summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17349 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergei Golubchik2018-11-044-3/+57
* MDEV-17073 INSERT…ON DUPLICATE KEY UPDATE became more deadlock-proneMarko Mäkelä2018-11-029-77/+109
* Remove an unused declarationMarko Mäkelä2018-11-021-3/+0
* MDEV-12779 Oracle/DB2 Compatibility Implicit Ordering for ROW_NUMBER OVERVicențiu Ciorbaru2018-11-0112-305/+338
* MDEV-16774 SET PASSWORD and ALTER USER with slightly different resultsSergei Golubchik2018-11-015-20/+21
* mtr_t::start(): Remove unused parametersMarko Mäkelä2018-11-015-60/+14
* Remove dead code in dict_build_table_def_step()Marko Mäkelä2018-11-011-3/+1
* MDEV-17195 Speedup lock-ddl-per-table, if there is a large number of tablesVladislav Vaintroub2018-10-311-29/+30
* MDEV-12023 Assertion failure sym_node->table != NULL on startupMarko Mäkelä2018-10-3013-123/+789
* MDEV-14267: correct FSF addressDaniel Black2018-10-3050-54/+54
* MDEV-17414: MyROCKS order desc limit 1 fails : Backport to 10.2Sergei Petrunia2018-10-293-1/+38
* MDEV-17491 micro optimize page_id_t #892Marko Mäkelä2018-10-2932-316/+196
|\
| * Minor cleanupMarko Mäkelä2018-10-296-98/+60
| * MDEV-17491 micro optimize page_id_tEugene Kosov2018-10-2531-251/+169
* | MDEV-17525: Window functions not working in ONLY_FULL_GROUP_BY modeVarun Gupta2018-10-263-1/+64
* | MDEV-17536 Merge new release of InnoDB 5.7.24 to 10.2Marko Mäkelä2018-10-252-2/+2
* | MDEV-17548 Incorrect access to off-page column for indexed virtual columnMarko Mäkelä2018-10-254-2/+67
* | MDEV-17546 SPATIAL INDEX should not be allowed for FOREIGN KEYMarko Mäkelä2018-10-252-4/+5
* | Remove a deprecation warningMarko Mäkelä2018-10-252-4/+2
* | MDEV-17545 Predicate lock for SPATIAL INDEX should lock non-matching recordMarko Mäkelä2018-10-251-3/+2
* | MDEV-17541 KILL QUERY during lock wait in FOREIGN KEY check causes hangMarko Mäkelä2018-10-253-8/+59
* | MDEV-17466: Remove the debug assertionMarko Mäkelä2018-10-191-2/+0
* | Remove unused TIMETPFMarko Mäkelä2018-10-191-3/+0
|/
* Fix the Windows buildMarko Mäkelä2018-10-181-2/+2
* Fix a merge error in commit 28f08d3753eb10a1393a63e6c581d43aad9f93b9Marko Mäkelä2018-10-181-1/+1
* MDEV-13564: Set innodb_safe_truncate=ON by defaultMarko Mäkelä2018-10-1711-5/+14
* MDEV-17107 Assertion `table_list->table' failed in find_field_in_table_refIgor Babaev2018-10-172-0/+39
* MDEV-17098 DATE -> DATETIME replication conversion not working, even in ALL_N...Andrei Elkin2018-10-165-2/+219
* MDEV-17466 Virtual column value not available during purgeMarko Mäkelä2018-10-161-0/+2
* MDEV-16990:server crashes in base_list_iterator::nextVarun Gupta2018-10-143-1/+23
* Disabled storage_engine test for RocksDB due to unstable execution planElena Stepanova2018-10-131-0/+1
* MDEV-17354 Server crashes in add_key_field / .. / Item_func_null_predicate::a...Igor Babaev2018-10-123-1/+180
* MDEV-17433 Allow InnoDB start up with empty ib_logfile0 from mariabackup --pr...Marko Mäkelä2018-10-113-73/+45
* Fix a sign mismatchMarko Mäkelä2018-10-111-1/+1
* MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncateMarko Mäkelä2018-10-1120-59/+59
* MDEV-13564: Implement innodb_unsafe_truncate=ON for compatibilityMarko Mäkelä2018-10-1153-27/+6346
* Merge 10.1 into 10.2Marko Mäkelä2018-10-1114-88/+224
|\
| * MDEV-17403: Test failure on galera.galera_enumJan Lindström2018-10-102-22/+33
| * MDEV-17413 - Don't crash in my_malloc_size_cb_func()Vladislav Vaintroub2018-10-091-7/+9
| * MDEV-17346 parallel slave start and stop races to workers disappearedAndrei Elkin2018-10-081-3/+22
| * MDEV-17382 Hash join algorithm should not be used to join materializedIgor Babaev2018-10-074-2/+81
| * Merge pull request #876 from tempesta-tech/tt-10.1-MDEV-17313-counter-raceMarko Mäkelä2018-10-052-38/+54
| |\
| | * MDEV-17313 Data race in ib_counter_tEugene Kosov2018-10-022-38/+54
| * | MDEV-17200 - pthread_detach called for already detached threadsSergey Vojtovich2018-10-051-1/+1
| * | Test by reverting MDEV-16656: DROP DATABASE crashes the Galera ClusterJan Lindström2018-10-043-45/+8
| * | Enable for staging tree.Jan Lindström2018-10-041-1/+1
| * | Fix typo.Jan Lindström2018-10-042-2/+3
| * | Fix test failure on wsrep.variablesJan Lindström2018-10-041-1/+1
| * | MDEV-17357: Test failure on galera.galera_pc_ignore_sbJan Lindström2018-10-043-9/+19
| * | Merge pull request #875 from tempesta-tech/sysprg/MDEV-16656Jan Lindström2018-10-014-6/+126
| |\ \