summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move alter partition flags to alter_info->partition_flagsMonty2018-03-2914-164/+186
* Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-2928-847/+842
* Fixed some DBUG_PRINT to use %p properlyMonty2018-03-292-2/+3
* Fixed alter online table for Aria tablesMonty2018-03-299-7/+146
* MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty stringhalfspawn2018-03-2912-92/+511
* Clean-up trx_sys.mutex misuseSergey Vojtovich2018-03-293-64/+7
* MDEV-15612 - Latching violation in trx_roll_must_shutdownSergey Vojtovich2018-03-291-3/+3
* MDEV-15714 Remove the use of STRING_ITEM from the parserAlexander Barkov2018-03-296-87/+95
* lock_rec_enqueue_waiting(): Fix diagnosticsMarko Mäkelä2018-03-281-5/+5
* Minor (mainly non-functional) cleanupMarko Mäkelä2018-03-283-31/+15
* Merge branch '10.2' into 10.3Sergei Golubchik2018-03-28344-6793/+8687
|\
| * bump the VERSIONDaniel Bartholomew2018-03-271-1/+1
| * MDEV-15325 Incomplete validation of missing tablespace during recoveryThirunarayanan Balathandayuthapani2018-03-274-83/+230
| * MDEV-14843: Assertion `s_tx_list.size() == 0' failed in myrocks::Rdb_transact...Sergei Petrunia2018-03-264-0/+77
| * Updated list of unstable tests for 10.2.14mariadb-10.2.14Elena Stepanova2018-03-261-74/+86
| * - Fixing innodb.purge_secondary test case failureThirunarayanan Balathandayuthapani2018-03-262-2/+4
| * Fix result after commit e27535093d1670fde6034c92366e8128b683b903Marko Mäkelä2018-03-261-1/+0
| * - Follow-up fix to MDEV-15229Thirunarayanan Balathandayuthapani2018-03-263-2/+4
| * Merge branch '10.1' into 10.2Sergei Golubchik2018-03-2576-590/+1546
| |\
| | * save/restore auto_inc settings in galera_sst_rsync testSergei Golubchik2018-03-241-1/+5
| | * save/restore auto_inc settings in galera_sst_mysqldump testSergei Golubchik2018-03-241-1/+5
| | * compiler warningSergei Golubchik2018-03-241-1/+1
| | * MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-243-12/+1
| | * MDEV-14533 Provide information_schema tables using which hardwareAlexey Botchkov2018-03-244-0/+11
| | * Merge branch '10.0' into 10.1Sergei Golubchik2018-03-2313-6/+146
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-03-2313-6/+146
| | | |\
| | | | * MDEV-14779: using left join causes incorrect results with materialization and...Varun Gupta2018-03-226-4/+61
| | | | * MDEV-15492: Subquery crash similar to MDEV-10050Oleksandr Byelkin2018-03-214-1/+65
| | | | * MDEV-15555: select from DUAL where false yielding wrong result when in a INVarun Gupta2018-03-213-1/+20
| | * | | followup for 89b0d5cb6e3, backport 8c422bf48d7Sergei Golubchik2018-03-231-2/+2
| | * | | MDEV-13023 mariabackup does not preserve holes for page compressed tables.Vladislav Vaintroub2018-03-2311-166/+281
| | * | | MDEV-10269 - Killed queries from I_S stay in 'Killed' state for longSergey Vojtovich2018-03-231-0/+7
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-2312-388/+429
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-235-1/+407
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-2310-4/+31
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-231-1/+0
| | * | | MDEV-15409 make sure every sst script is tested in buildbotSergei Golubchik2018-03-239-39/+12
| | * | | wsrep_sst_auth: fix a memory leakSergei Golubchik2018-03-231-2/+2
| | * | | mysql: don't prepare strings if they won't be usedSergei Golubchik2018-03-231-9/+11
| | * | | wsrep_sst scripts: support traditional netcatSergei Golubchik2018-03-233-7/+48
| | * | | MDEV-13968 sst fails with "WSREP_SST_OPT_PORT: readonly variable"Sergei Golubchik2018-03-231-1/+12
| | * | | Allow table-less selects even when wsrep is not readySergei Golubchik2018-03-234-11/+6
| | * | | MDEV-14533 Provide information_schema tables using which hardware information...Sergei Golubchik2018-03-233-26/+12
| | * | | MDEV-10871 Add logging capability to pam_user_map.c.Alexey Botchkov2018-03-231-3/+81
| * | | | MDEV-15561 json_extract returns NULL with numbers in scientific notation.Alexey Botchkov2018-03-254-32/+21
| * | | | - Fixing innodb.purge_secondary test case.Thirunarayanan Balathandayuthapani2018-03-232-11/+9
| * | | | MDEV-15570 Assertion `Item_cache_temporal::field_type() != MYSQL_TYPE_TIME' f...Sergei Golubchik2018-03-233-1/+14
| * | | | Fixed build failureSergey Vojtovich2018-03-234-9/+18
| * | | | Fix unused variable thd warning in embeddedVicențiu Ciorbaru2018-03-221-1/+1
| * | | | Enable --suite=innodb_undoMarko Mäkelä2018-03-221-0/+2