summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct FSF addressiangilfillan2017-03-10934-942/+942
* MDEV-11965 -Werror should not appear in released tarballsSergei Golubchik2017-03-101-3/+3
* MDEV-11752 Unsafe strmov - function definition in include/m_string.hSergei Golubchik2017-03-103-1/+4
* ed25519 plugin: simplify the apiSergei Golubchik2017-03-1013-85/+67
* MDEV-12160 Modern alternative to the SHA1 authentication pluginSergei Golubchik2017-03-1074-0/+5124
* small plugin API related fixesSergei Golubchik2017-03-105-5/+13
* cleanup: sort various lists of servicesSergei Golubchik2017-03-1010-1138/+1138
* thd_rnd serviceSergei Golubchik2017-03-1014-4/+148
* Auth Plugin API: add THD to MYSQL_SERVER_AUTH_INFOSergei Golubchik2017-03-103-41/+46
* base64 serviceSergei Golubchik2017-03-1018-69/+193
* remove old API for SHA2Sergei Golubchik2017-03-107-266/+19
* my_sha2 serviceSergei Golubchik2017-03-1024-25/+534
* cleanup: generalize my_sha1.ccSergei Golubchik2017-03-106-191/+219
* make sql_udf.cc to shorten dlerror() messagesSergei Golubchik2017-03-105-16/+40
* cleanup: remove a duplicate fileSergei Golubchik2017-03-102-104/+0
* typo fixedSergei Golubchik2017-03-101-1/+1
* don't show 'performance_schema_%_classes_lost' variables in testsSergei Golubchik2017-03-1013-109/+26
* MDEV-11942 BLACKHOLE is no longer active in 10.1 by default, mysql_upgrade no...Sergei Golubchik2017-03-1010-146/+546
* make mysql_upgrade try to install missing storage engine plugins (MDEV-11942)Hartmut Holzgraefe2017-03-101-2/+48
* MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engineSergei Golubchik2017-03-102-6/+33
* MDEV-11943 I_S.TABLES inconsistencies with tables with unknown storage engineSergei Golubchik2017-03-1015-7/+111
* trivial cleanupSergei Golubchik2017-03-101-5/+2
* cleanup: change dd_frm_type() to return the engine name, not legacy_db_typeSergei Golubchik2017-03-104-35/+41
* don't do vio_description(NULL)Sergei Golubchik2017-03-101-1/+1
* MDEV-11842 Fail to insert on a table where a field has no defaultSergei Golubchik2017-03-103-2/+40
* compiler warningsSergei Golubchik2017-03-105-9/+9
* Merge 10.0 into 10.1Marko Mäkelä2017-03-104-46/+40
|\
| * Remove leftover merge conflict markerVicențiu Ciorbaru2017-03-091-1/+0
| * Use correct integer format with printf-like functions.Marko Mäkelä2017-03-093-9/+11
| * Use %pure-parser instead of the deprecated %pure_parser.Marko Mäkelä2017-03-091-1/+1
| * Remove unused variables.Marko Mäkelä2017-03-092-2/+0
* | MDEV-12215: main.repair_symlink-5543 fails in buildbotVicențiu Ciorbaru2017-03-102-3/+7
* | MDEV-11964 Add missing stub manpagesiangilfillan2017-03-108-0/+353
* | Remove leftover merge conflict markerVicențiu Ciorbaru2017-03-091-1/+0
* | WSREP: Use TRX_ID_FMT for trx_id_t in messages.Marko Mäkelä2017-03-092-24/+36
* | Fix an error introduced in the previous commit.Marko Mäkelä2017-03-092-4/+4
* | Fix InnoDB/XtraDB compilation warnings on 32-bit builds.Marko Mäkelä2017-03-0915-69/+97
* | Merge 10.0 into 10.1Marko Mäkelä2017-03-09338-5856/+11297
|\ \ | |/
| * bump the VERSIONDaniel Bartholomew2017-03-081-1/+1
| * Correct a merge error.Marko Mäkelä2017-03-081-0/+54
| * Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-081-1/+2
| |\
| | * mysql_client_test_nonblock fails when compiled with clangVicențiu Ciorbaru2017-03-081-1/+2
| * | Remove unused declarations.Marko Mäkelä2017-03-083-10/+2
| * | Merge 5.5 into 10.0Marko Mäkelä2017-03-0821-579/+501
| |\ \ | | |/
| | * MDEV-12206 Query_cache::send_result_to_client() may corrupt THD::query_plan_f...Marko Mäkelä2017-03-081-14/+13
| | * MDEV-11027 InnoDB log recovery is too noisyMarko Mäkelä2017-03-086-156/+90
| | * Fix a compiler warning.Marko Mäkelä2017-03-081-1/+2
| | * Fix some GCC 6.3.0 warnings in MyISAM and Maria.Marko Mäkelä2017-03-082-213/+213
| | * MDEV-11084 server_audit does not work with mysql_community 5.7.16.Alexey Botchkov2017-03-061-1/+1
| | * MDEV-11078: NULL NOT IN (non-empty subquery) should never return resultsVarun Gupta2017-03-054-0/+68