summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-229-13/+142
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15633 Memory leak after MDEV-15005Alexander Barkov2018-03-221-0/+5
| | * | | MDEV-13561 Mariabackup is incompatible with retroactively created innodb_undo...Thirunarayanan Balathandayuthapani2018-03-226-5/+130
| * | | | MDEV-11984 Avoid accessing SYS_TABLESPACES unnecessarilyMarko Mäkelä2018-03-227-168/+97
| * | | | Correct a wait condition in a disabled testMarko Mäkelä2018-03-221-1/+1
| * | | | fix data racesEugene Kosov2018-03-225-20/+34
| * | | | pfs_os_file_read_no_error_handling_int_fd_func(): Remove a variableMarko Mäkelä2018-03-211-2/+2
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-03-2124-1620/+1538
| |\ \ \ \ | | |/ / /
| | * | | Fix test failure on galera_var_reject_queries.Jan Lindström2018-03-212-2/+2
| | * | | Partially revert commit 2a729b5f4b14f9f04cf81e1d8dd4eec4ad6cb7cdMarko Mäkelä2018-03-211-8/+0