summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2019-03-1133-212/+428
|\
| * MDEV-18878: Correct a conditionMarko Mäkelä2019-03-111-2/+6
| * Try to address MDEV-17745Marko Mäkelä2019-03-111-1/+1
| * MDEV-18878: Slimmer purge in non-debug buildsMarko Mäkelä2019-03-113-38/+45
| * MDEV-18878 Purge: Optimize away futile table lookupsMarko Mäkelä2019-03-118-122/+112
| * Merge 10.1 into 10.2Marko Mäkelä2019-03-1125-78/+307
| |\
| | * MDEV-17703 Add WITH_UBSAN switch to CMake similar to WITH_ASANEugene Kosov2019-03-113-2/+11
| | * Clean up mysql-test/suite/galera/disabled.def againMarko Mäkelä2019-03-111-16/+11
| | * Decrease the time required to run test by removing unnecessary sleeps.Jan Lindström2019-03-091-8/+2
| | * remove WSREP_SST_OPT_SUFFIX_VALUE, checking [mysqld] is covered in the parse_...Jan Lindström2019-03-091-3/+0
| | * Galera 3 versions of the result files recorded.Jan Lindström2019-03-093-15/+29
| | * galera: test cases for non [mysqld] section for configurationDaniel Black2019-03-097-0/+191
| | * wsrep_sst: remove WSREP_SST_OPT_SUFFIX_VALUE, checking [mysqld] is covered in...Daniel Black2019-03-093-10/+2
| | * MDEV-18830: Port SST fixes from 10.4 to 10.1Jan Lindström2019-03-097-60/+114
* | | Merge 10.2 into 10.3Marko Mäkelä2019-03-085-24/+88
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-03-085-26/+91
| |\ \ | | |/
| | * Disable regularly failing Galera testsMarko Mäkelä2019-03-081-11/+13
| | * MDEV-18855 Mariabackup should fetch innodb_compression_level from running serverThirunarayanan Balathandayuthapani2019-03-084-3/+68
* | | Fix of PS after merge from 10.2.Oleksandr Byelkin2019-03-081-0/+1
* | | Give ASAN some more stackMarko Mäkelä2019-03-084-10/+10
* | | MDEV-13818: Revert an incorrect changeMarko Mäkelä2019-03-083-8/+18
* | | Merge 10.2 into 10.3Marko Mäkelä2019-03-0822-68/+261
|\ \ \ | |/ /
| * | MDEV-13818 after-merge fix: Extend the test caseMarko Mäkelä2019-03-082-2/+7
| * | MDEV-18272: Add the test caseMarko Mäkelä2019-03-072-10/+118
| * | After-merge fix for GCCMarko Mäkelä2019-03-071-1/+1
| * | Merge 10.1 into 10.2Marko Mäkelä2019-03-0714-65/+79
| |\ \ | | |/
| | * MDEV-13818 CREATE INDEX leaks memory if running out of undo log spaceMarko Mäkelä2019-03-078-30/+58
| | * Fix the WITH_ASAN clang build of dynamic pluginsMarko Mäkelä2019-03-073-1/+378
| | * Merge 10.0 into 10.1Marko Mäkelä2019-03-072-8/+10
| | |\
| | | * Merge 5.5 into 10.0Marko Mäkelä2019-03-072-10/+12
| | | |\
| | | | * MDEV-18272 InnoDB fails to rollback after exceeding FOREIGN KEY recursion depthMarko Mäkelä2019-03-072-8/+12
| | * | | ASAN loves stack, give it someSergei Golubchik2019-03-069-19/+23
| | * | | disable LeakSanitizer for unit.dbug testSergei Golubchik2019-03-061-0/+8
| * | | | MDEV-18383: Missing rows with pushdown condition defined with IF-functionGalina Shalygina2019-03-074-0/+61
| * | | | fix memory leaks in mysql_client_testSergei Golubchik2019-03-061-2/+2
| * | | | MDEV-18376 Memory leak in main.mysqladminSergei Golubchik2019-03-061-1/+1
| * | | | MDEV-13818 CREATE INDEX leaks memory if running out of undo log spaceSergei Golubchik2019-03-062-1/+5
| * | | | mronga: fix a memory leakSergei Golubchik2019-03-061-1/+1
| * | | | MDEV-18625 ASAN unknown-crash in my_copy_fix_mb / ha_mroonga::storage_inplace...Sergei Golubchik2019-03-063-5/+5
* | | | | MDEV-13818 CREATE INDEX leaks memory if running out of undo log spaceSergei Golubchik2019-03-071-3/+4
* | | | | fix memory leaks in mysql_client_testSergei Golubchik2019-03-071-0/+20
* | | | | After-merge fix for MDEV-18333 Slow_queries count doesn't increase when slow_...Alexander Barkov2019-03-063-5/+3
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-0613-53/+87
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-03-0623-107/+144
| |\ \ \ \ | | |/ / /
| | * | | A cleanup for MDEV-18333 Slow_queries count doesn't increase when slow_query_...Alexander Barkov2019-03-061-0/+5
| | * | | MDEV-18637 Assertion `cache' failed in fts_init_recover_docMarko Mäkelä2019-03-062-8/+13
| | * | | MDEV-18659: Revert a non-functional changeMarko Mäkelä2019-03-062-4/+4
| | * | | MDEV-18659: Fix string truncation/overflow in InnoDB and XtraDBMarko Mäkelä2019-03-0616-82/+99
| | * | | MDEV-18749: Uninitialized value upon ADD FULLTEXT INDEXMarko Mäkelä2019-03-062-22/+12
* | | | | MDEV-9519: After-merge fix for 10.3Julius Goryavsky2019-03-051-3/+25