summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Only apply wsrep_trx_fragment_size to InnoDB tablesMonty2021-12-232-0/+24
* 10.4-MDEV-27275 CREATE TABLE with FK not safe for PAsjaakola2021-12-207-0/+85
* Enable galera_sr.GCF-1060 test case as it is now fixed.Jan Lindström2021-12-171-1/+0
* MDEV-26803 PA unsafety with FK cascade delete operationsjaakola2021-12-172-0/+296
* Fixed some tests that failes when built with valgrindMonty2021-12-153-1/+6
* Add --optimizer_trace option to mysqltestMonty2021-12-152-4/+2
* MDEV-18187 Aria engine: Redo phase failed with "error 192 when executing reco...Monty2021-12-152-0/+143
* MDEV-27181: Galera SST scripts should use ssl_capath for CA directorybb-10.4-MDEV-27181-galeraJulius Goryavsky2021-12-1414-10/+841
* Fix for the test galera.galera_UK_conflictsjaakola2021-12-142-7/+58
* MDEV-27218 mtr test galera.MDEV-20793 has sporadic false positive failuresbb-10.4-MDEV-27218sjaakola2021-12-102-2/+31
* minor cleanup of backup_lock_binlog.test, so that test passes also with state...forkfun2021-12-082-4/+0
* Merge branch '10.3' into 10.4Sergei Golubchik2021-12-074-1/+73
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2021-12-064-1/+73
| |\
| | * fix ./mtr --manual warning after f5441ef4dac9Sergei Golubchik2021-12-061-1/+1
| | * MDEV-26553 NOT IN subquery construct crashing 10.1 and upIgor Babaev2021-11-263-1/+72
* | | MDEV-27160 Out of memory in main.long_uniquest-10.4-markoMarko Mäkelä2021-12-034-70/+66
* | | Fix bad galera testsJan Lindström2021-12-0118-112/+100
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-2911-6/+234
|\ \ \ | |/ /
| * | MDEV-27134: Sporadic failure of DROP DATABASE testMarko Mäkelä2021-11-292-4/+6
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-2919-2/+756
| |\ \ | | |/
| | * MDEV-26972 MTR worker aborts after server restart failureSergei Golubchik2021-11-261-2/+4
| | * add a test casest-10.2-markoSergei Golubchik2021-11-262-0/+8
| | * MDEV-27066: Fixed scientific notation parsing bugMarc Olivier Bergeron2021-11-242-0/+77
| | * MDEV-26915: SST scripts do not take log_bin_index setting into accountbb-10.2-MDEV-26915-galeraJulius Goryavsky2021-11-233-0/+85
| | * MDEV-26064: mariabackup SST fails when starting with --innodb-force-recoveryJulius Goryavsky2021-11-235-0/+443
| | * MDEV-26470 "No database" selected when using CTE in a subquery of DELETE stat...Igor Babaev2021-11-202-0/+45
| | * MDEV-27086 "No database selected" when using UNION of CTEs to define tableIgor Babaev2021-11-202-0/+49
| | * MDEV-27098 Subquery using the ALL keyword on TIME columns produces a wrong re...bb-10.2-barAlexander Barkov2021-11-202-0/+22
| | * MDEV-27072 Subquery using the ALL keyword on date columns produces a wrong re...Alexander Barkov2021-11-202-0/+21
* | | MDEV-27124: Update definer of Add/DropGeometryColumn procedures from 'root' t...Hugo Wen2021-11-262-0/+189
* | | MDEV-26915: SST scripts do not take log_bin_index setting into accountJulius Goryavsky2021-11-233-0/+92
* | | MDEV-26064: mariabackup SST fails when starting with --innodb-force-recoverybb-10.4-MDEV-26064-galeraJulius Goryavsky2021-11-235-0/+749
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-176-0/+150
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-176-0/+150
| |\ \ | | |/
| | * MDEV-26747 improve corruption check for encrypted tables on ALTER IMPORTbb-10.2-MDEV-26747-corruption-checkEugene Kosov2021-11-174-0/+64
| | * MDEV-26825 Bogus error for query with two usage of CTE referring another CTEIgor Babaev2021-11-162-0/+86
* | | MDEV-23805 fixup: Adjsut the MDEV-16131 and MDEV-24730 testsMarko Mäkelä2021-11-172-6/+6
* | | MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-1220-5/+35
* | | Merge branch '10.3' into 10.4Vladislav Vaintroub2021-11-122-5/+5
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Vladislav Vaintroub2021-11-122-5/+5
| |\ \ | | |/
| | * MDEV-26991: CURRENT_TEST: main.mysql_binary_zero_insert 'grep' is not recogni...bb-10.2-MDEV-26991Brandon Nesterenko2021-11-112-5/+5
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-0926-19/+1349
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-0917-11/+1241
| |\ \ | | |/
| | * Remove restarts from encrypt_and_grep testst-10.2-mergeMarko Mäkelä2021-11-092-10/+12
| | * Merge mariadb-10.2.41 into 10.2Marko Mäkelä2021-11-0910-35/+135
| | |\
| | * | MDEV-25610 Assertion `escape != -1' failed in Item_func_like::val_intbb-10.2-bar-MDEV-25610Alexander Barkov2021-11-084-0/+1108
| | * | MDEV-22284 Aria table key read crash because wrong index usedbb-10.2-midenok2Aleksey Midenkov2021-11-022-0/+24
| | * | MDEV-24335 Unexpected question mark in the end of a TINYTEXT columnAlexander Barkov2021-11-022-0/+20
| | * | MDEV-26949 --debug-gdb installs redundant signal handlersMarko Mäkelä2021-11-011-1/+2
| | * | MDEV-24901 SIGSEGV in fts_get_table_name, SIGSEGV in ib_vector_size, SIGSEGV ...bb-10.2-bar-MDEV-24901Alexander Barkov2021-10-294-0/+77