summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17847: Galera test failure on MW-328[A|B|C]bb-10.1-MDEV-17847Jan Lindström2019-03-188-9/+7
* MDEV-18908: Remove galera and wsrep suites from default run suites in mtrJan Lindström2019-03-161-2/+0
* Cleanup - remove unused variables and functions after MDEV-18917Vladislav Vaintroub2019-03-152-31/+0
* MDEV-17643 Assertion `nr >= 0.0' failed in Item_sum_std::val_real()Alexander Barkov2019-03-153-0/+88
* MDEV-18936 Purge thread fails to exit on shutdownMarko Mäkelä2019-03-152-4/+4
* MDEV-18917 Don't create xtrabackup_binlog_pos_innodb with MariabackupVladislav Vaintroub2019-03-153-36/+4
* MDEV-18934: Document missing mysqldumpslow sort optionsIan Gilfillan2019-03-152-3/+30
* MDEV-16958 Assertion `field_length < 5' failed in Field_year::val_str or data...Alexander Barkov2019-03-153-1/+24
* fix gcc 8 compiler warningsSergei Golubchik2019-03-1433-136/+166
* MDEV-18626 ASAN stack-buffer-overflow in int10_to_str / make_date_time upon D...Alexander Barkov2019-03-143-1/+14
* Tests for MDEV-18667 ASAN heap-use-after-free in make_date_time / Arg_compara...Alexander Barkov2019-03-142-0/+13
* MDEV-14926 AddressSanitizer: heap-use-after-free in make_date_time on weird c...Alexander Barkov2019-03-143-10/+40
* MDEV-18907 Slow log: RENAME TABLE is not "admin", while ALTER TABLE..RENAME isAlexander Barkov2019-03-132-2/+3
* MDEV-14033: wsrep_on=off + binlog = mixed on MariaDB 10.2.9Jan Lindström2019-03-131-1/+1
* Tests for MDEV-18892 Regression in slow log and admin statementsAlexander Barkov2019-03-123-0/+266
* Test cleanups.Jan Lindström2019-03-129-54/+79
* MDEV-15945 --ps-protocol does not test some queriesSergei Golubchik2019-03-1238-177/+305
* cleanup: miscSergei Golubchik2019-03-1210-84/+45
* pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-127-74/+39
* Fix of prepared CREATE VIEW with global ORDER/GROUPOleksandr Byelkin2019-03-121-10/+21
* MDEV-11975: SQLCOM_PREPARE of EXPLAIN & ANALYZE statement do not return corre...Oleksandr Byelkin2019-03-123-10/+45
* MDEV-11966: Impossible to execute prepared ANALYZE SELECTOleksandr Byelkin2019-03-122-1/+21
* MDEV-18749: Fix GCC -flifetime-dseMarko Mäkelä2019-03-122-12/+12
* Merge remote-tracking branch 'origin/10.0' into 10.1Sergey Vojtovich2019-03-113-12/+36
|\
| * MDEV-17595 - ALTER TABLE ADD FOREIGN KEY crashSergey Vojtovich2019-03-113-12/+36
* | 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
* | 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
* | 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
* | | 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-18732 InnoDB: ALTER IGNORE returns error for NULLMarko Mäkelä2019-03-044-2/+62
* | | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-0411-29/+161
* | | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-0114-60/+239
|\ \ \ | |/ /