summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26007 Rollback unnecessarily initiates redo log writeMarko Mäkelä2021-06-246-12/+16
* MDEV-25950 Ignoring strange row from mysql.innodb_index_stats after DDLMarko Mäkelä2021-06-222-0/+16
* MDEV-25989 Crash (or hang) on startup after restoring backupMarko Mäkelä2021-06-222-12/+11
* Merge 10.5 into 10.6Marko Mäkelä2021-06-2120-61/+204
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-06-2120-61/+204
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-06-2118-35/+178
| | |\
| | | * MDEV-15912: Remove traces of insert_undoMarko Mäkelä2021-06-211-4/+4
| | | * After-merge fixes for MDEV-14180Marko Mäkelä2021-06-213-1/+11
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-06-2117-33/+173
| | | |\
| | | | * MDEV-25947 innodb_fts.misc_debug fails in buildbotThirunarayanan Balathandayuthapani2021-06-172-14/+8
| | | | * MDEV-24713 Assertion `dict_table_is_comp(index->table)' failed in row_merge_b...Thirunarayanan Balathandayuthapani2021-06-152-0/+26
| | | | * MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-155-2/+50
| | | | * MDEV-14180 Automatically disable key rotation checks for file_key_managment p...Thirunarayanan Balathandayuthapani2021-06-155-7/+62
| | | | * MDEV-25884 Tests use environment $USER variable without quotesElena Stepanova2021-06-104-10/+10
| | | | * MDEV-25630: Crash with window function in left expr of IN subquerySergei Petrunia2021-06-091-0/+19
| | * | | MDEV-25884 Tests use environment $USER variable without quotesElena Stepanova2021-06-102-26/+26
* | | | | Speed up of innodb_gis.update_root test 10x by adding BEGIN/COMMITMonty2021-06-192-0/+8
* | | | | Fixed debug_sync timeout in deadlock_drop_tableMonty2021-06-192-4/+7
* | | | | fix big tests for -psSergei Golubchik2021-06-195-42/+24
* | | | | MDEV-16708: fixed test rpl_innodb_bug28430, failing with --psAlice Sherepa2021-06-181-2/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-184-0/+137
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-25894: support AIX as a platform in mtrDaniel Black2021-06-162-0/+106
| * | | | MDEV-25642 InnoDB rename table copy DDL fails while dropping the tableThirunarayanan Balathandayuthapani2021-06-092-0/+31
* | | | | MDEV-16708: extract nonembedded part of the test into a separate fileSergei Golubchik2021-06-171-0/+1
* | | | | MDEV-16708: more fixes to test casesDmitry Shulga2021-06-175-0/+21
* | | | | MDEV-16708: fix in test failures(added --enable_prepared_warnings/--disable_p...Dmitry Shulga2021-06-1735-6/+101
* | | | | MDEV-16708: fix in test failures caused by missing warnings received in prepa...Dmitry Shulga2021-06-1711-6/+34
* | | | | MDEV-25854: Remove garbage tables after restoring a backupMarko Mäkelä2021-06-175-0/+165
* | | | | MDEV-25910: Aim to make all InnoDB DDL durableMarko Mäkelä2021-06-161-1/+1
* | | | | Marked some very slow mtr tests with not_valgrindMonty2021-06-144-2/+9
* | | | | MDEV-22010: use executables MariaDB named in scriptsRucha Deodhar2021-06-141-1/+1
* | | | | MDEV-25907: Assertion failed in dict_table_schema_check()Marko Mäkelä2021-06-142-0/+20
* | | | | MDEV-25905: Assertion table2==NULL in dict_sys_t::add()Marko Mäkelä2021-06-142-0/+7
* | | | | MDEV-21117 fixup: Fix the test parts.backup_log_rocksdbMarko Mäkelä2021-06-141-1/+1
* | | | | MDEV-21117: refine the server binlog-based recovery for semisyncSujatha2021-06-1116-4/+1387
* | | | | cleanup perfschema.short_options_1 testSergei Golubchik2021-06-113-11/+2
* | | | | change maturity to gammaSergei Golubchik2021-06-111-1/+1
* | | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-0941-543/+279
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-0915-36/+76
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-0813-36/+54
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-082-5/+23
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-082-5/+23
| | | |\ \ | | | | |/
| | | | * MDEV-25672 table alias from previous statement interferes later commandsSergei Golubchik2021-06-022-5/+23
| | * | | Fix mtr tests with file_key_managment extension for WindowsAnel Husakovic2021-06-0411-31/+31
| * | | | Make maria.repair more resiliant for different failuresMonty2021-06-072-7/+2
* | | | | MDEV-25698 SIGSEGV in wsrep_should_replicate_ddlmkaruza2021-06-092-0/+12
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-0128-53/+483
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-0122-29/+430
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-0116-21/+33
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-0116-21/+32
| | | |\ \ | | | | |/