mariadb/mysql-test/suite/innodb/t
Thirunarayanan Balathandayuthapani 7afee25b08 MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist
- Replace statement fails with duplicate key error when multiple
unique key conflict happens. Reason is that Server expects the
InnoDB engine to store the confliciting keys in ascending order.
But the InnoDB doesn't store the conflicting keys
in ascending order.

Fix:
===
- Enable HA_DUPLICATE_KEY_NOT_IN_ORDER for InnoDB storage engine
only when unique index order is different in .frm and innodb dictionary.
2024-11-08 16:46:41 +05:30
..
101_compatibility.test Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
add_constraint.test cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/ 2019-02-05 01:34:17 +01:00
add_foreign_key.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
alter_algorithm.combinations MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=INSTANT 2018-05-07 14:58:11 +05:30
alter_algorithm.inc MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=INSTANT 2018-05-07 14:58:11 +05:30
alter_algorithm.test MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithm 2020-05-04 09:35:38 +05:30
alter_algorithm2.test Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
alter_candidate_key.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
alter_copy.test MDEV-34435 Increase code coverage for debug_dbug test case during startup 2024-06-21 17:24:29 +05:30
alter_crash.opt MDEV-13564: Replace innodb_unsafe_truncate with innodb_safe_truncate 2018-10-11 15:10:13 +03:00
alter_crash.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
alter_foreign_crash.test Adjust the alter_foreign_crash test case for MariaDB 2018-05-16 15:03:09 +05:30
alter_inplace_perfschema.opt MDEV-17532 Performance_schema reports wrong directory for the temporary files of ALTER TABLE…ALGORITHM=INPLACE 2018-10-25 13:04:41 +03:00
alter_inplace_perfschema.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
alter_key_block_size-11757.test Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
alter_kill-master.opt Bug#19330255 WL#7142 - CRASH DURING ALTER TABLE LEADS TO DATA DICTIONARY INCONSISTENCY 2018-05-16 15:03:09 +05:30
alter_kill.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
alter_large_dml.opt MDEV-15641 InnoDB crash while committing table-rebuilding ALTER TABLE 2019-07-10 12:43:51 +05:30
alter_large_dml.test MemorySanitizer: Disable tests that time out 2022-10-06 08:45:42 +03:00
alter_mdl_timeout.opt MDEV-24547 Update fails when online alter does rollback due to MDL time out 2021-01-19 16:18:37 +05:30
alter_mdl_timeout.test Fix build without either ENABLED_DEBUG_SYNC or DBUG_OFF 2022-09-23 17:37:52 +03:00
alter_missing_tablespace.test MDEV-29710: Valgrind tests massively fail due to silently killing server on shutdown timeout 2022-10-05 15:18:58 +03:00
alter_non_null.inc MDEV-16365 Setting a column NOT NULL fails to return error for 2018-06-25 14:52:38 +05:30
alter_not_null.combinations MDEV-16365 Setting a column NOT NULL fails to return error for 2018-07-02 12:45:02 +05:30
alter_not_null.test Merge an .inc file to .test 2018-11-07 20:21:12 +02:00
alter_not_null_debug.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
alter_partitioned.test Merge 10.4 into 10.5 2021-09-11 11:49:12 +03:00
alter_partitioned_debug.test MDEV-14825 Assertion `col->ord_part' in row_build_index_entry_low upon ROLLBACK or DELETE with concurrent ALTER on partitioned table 2018-05-07 15:39:29 +03:00
alter_partitioned_xa.test MDEV-14693 XA: Assertion `!clust_index->online_log' failed in rollback_inplace_alter_table 2018-05-07 12:05:20 +03:00
alter_persistent_autoinc.test MDEV-26224 InnoDB fails to remove AUTO_INCREMENT attribute 2022-04-21 15:23:21 +03:00
alter_primary_key.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
alter_rename_existing.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
alter_sql_mode.combinations MDEV-16365 Setting a column NOT NULL fails to return error for 2018-06-25 14:52:38 +05:30
alter_sql_mode.inc MDEV-16365 Setting a column NOT NULL fails to return error for 2018-06-25 14:52:38 +05:30
alter_table.test Merge 10.4 into 10.5 2023-12-18 08:59:07 +02:00
alter_table_upgrade.test MDEV-29481 mariadb-upgrade prints confusing statement 2022-10-22 14:22:20 +04:00
alter_varchar_change.test Merge branch '10.3' into 10.4 2021-02-23 09:25:57 +01:00
analyze_table.test Fix for using uninitialized memory 2020-05-15 15:10:58 +03:00
auto_increment_dup.opt MDEV-10548: Some of the debug sync waits do not work with InnoDB 5.7 (branch bb-10.2-jan) 2016-09-14 11:28:40 +03:00
auto_increment_dup.test MDEV-17614: After-merge fix 2019-08-12 18:50:54 +03:00
autoinc_debug.test MDEV-33593 Auto increment deadlock error causes ASSERT in subsequent save point 2024-03-11 15:59:56 +05:30
autoinc_import.test MDEV-33277 In-place upgrade causes invalid AUTO_INCREMENT values 2024-02-08 10:35:45 +02:00
autoinc_persist.test MDEV-29710: Skip some more tests on Valgrind 2022-10-05 20:37:54 +03:00
binlog_consistent.test MDEV-8429: Change binlog_checksum default to match MySQL 5.6.6+ 2016-05-20 09:46:03 +02:00
blob-crash.test Merge 10.4 into 10.5 2022-09-26 13:34:38 +03:00
blob-update-debug.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
blob_cmp_empty.test MDEV-27746 Wrong comparision of BLOB's empty preffix with non-preffixed BLOB causes rows count mismatch for clustered and secondary indexes during non-locking read 2022-02-11 12:26:27 +03:00
blob_unique2pk.test mysql-5.5.39 merge 2014-08-02 21:26:16 +02:00
buf_pool_resize_oom.opt MDEV-13626: Clean up the buffer pool resizing tests from MySQL 5.7 2020-03-19 13:01:20 +02:00
buf_pool_resize_oom.test MDEV-27094 Debug builds include useless InnoDB "disabled" options 2022-04-22 12:48:40 +03:00
cascade_lock_wait.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
change_buffer_free.opt MDEV-33431 Latching order violation reported fil_system.sys_space.latch and ibuf_pessimistic_insert_mutex 2024-04-17 15:16:50 +05:30
change_buffer_free.test MDEV-33431 Latching order violation reported fil_system.sys_space.latch and ibuf_pessimistic_insert_mutex 2024-04-17 15:16:50 +05:30
change_column_collation.test MDEV-26294 Duplicate entries in unique index not detected when changing collation 2022-07-04 08:04:44 +03:00
check_ibd_filesize.test MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculation 2021-09-10 19:15:41 +03:00
corrupted_during_recovery.opt MDEV-19541: Add a forgotten test case 2019-05-29 08:14:49 +03:00
corrupted_during_recovery.test MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
count_distinct.test MDEV-4925 Wrong result - count(distinct), Using index for group-by (scanning) 2014-05-12 12:56:13 +02:00
create-index-debug.test Merge innodb.create-index test changes from MySQL 5.6 to MariaDB 2017-08-29 18:35:30 +03:00
create-index.test Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN: 2014-02-17 13:45:34 +05:30
create_isl_with_direct.opt Merged following change from MySQL 5.6 to MariaDB 10.1 XtraDB 2016-05-06 13:56:25 +03:00
create_isl_with_direct.test Add a global suppression for O_DIRECT failures 2022-11-29 11:06:29 +02:00
create_like.test MDEV-35144 CREATE TABLE ... LIKE uses current innodb_compression_default instead of the create value 2024-10-17 16:28:39 +02:00
create_select.test MDEV-35236 Assertion `(mem_root->flags & 4) == 0' failed in safe_lexcstrdup_root 2024-10-23 14:58:57 +02:00
cursor-restore-unique-null.test MDEV-33802 Weird read view after ROLLBACK of other transactions. 2024-04-12 18:13:51 +03:00
data_types.opt MDEV-5248 Serious incompatibility and data corruption of DATETIME and DATE types due to get_innobase_type_from_mysql_type refactor combined with InnoDB Online DDL 2013-11-13 22:58:19 +01:00
data_types.test MDEV-19216 Assertion ...SYS_FOREIGN failed in btr_node_ptr_max_size 2023-07-03 16:09:18 +03:00
ddl_purge.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
deadlock_detect.test MDEV-13262: innodb.deadlock_detect failed in buildbot 2018-01-08 12:25:31 +02:00
deadlock_in_subqueries_join.test MDEV-10087 mysqld_update()/mysql_delete() continues execution even after subquery with JOIN gets error from storage engine 2022-11-09 21:00:24 +03:00
deadlock_on_lock_upgrade.test MDEV-10962 Deadlock with 3 concurrent DELETEs by unique key 2023-07-06 15:06:10 +03:00
default_row_format_alter.test MDEV-31025 Redundant table alter fails when fixed column 2023-04-19 17:11:14 +05:30
default_row_format_compatibility.test MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMN 2021-10-26 22:50:58 +06:00
default_row_format_create.test MDEV-22627 fixup: Cover also ALTER TABLE...ALGORITHM=INPLACE 2021-10-20 22:16:23 +03:00
defrag_mdl-9155.test MDEV-9155 Enabling Defragmenting in 10.1.8 still causes OPTIMIZE TABLE to take metadatalocks 2016-05-05 01:05:05 +02:00
dml_purge.test MDEV-31355 innodb_undo_log_truncate=ON fails to wait for purge of enough transaction history 2023-06-08 09:17:52 +03:00
doublewrite.combinations Fixes for atomic writes on Windows. 2019-05-06 11:32:17 +00:00
doublewrite.test MDEV-32968 InnoDB fails to restore tablespace first page from doublewrite buffer when page is empty 2024-01-19 17:01:36 +05:30
doublewrite_debug.combinations MDEV-32242 innodb.doublewrite test case always gets skipped 2023-12-07 18:44:28 +05:30
doublewrite_debug.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
drop_table_background.test MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startup 2019-04-07 10:57:38 +03:00
dropdb.test Merge branch 'mysql/5.5' into 5.5 2015-12-09 10:00:49 +01:00
encryption_threads_shutdown.opt MDEV-24612: innodb hangs if it's initialization is broken before encryption threads are started 2021-01-19 06:43:56 +03:00
encryption_threads_shutdown.test MDEV-24612 fixup: Skip the test for --embedded 2021-01-28 07:51:43 +02:00
file_format_defaults.test Merge bb-10.2-ext into 10.3 2018-03-13 08:15:06 +02:00
fk_col_alter.test MDEV-32638 MariaDB crashes with foreign_key_checks=0 when changing a column and adding a foreign key at the same time 2023-11-02 14:33:05 +05:30
fk_drop_alter.test MDEV-22230 : Unexpected ER_ERROR_ON_RENAME upon DROP non-existing FOREIGN KEY 2023-11-26 18:46:00 +05:30
flush.opt MDEV-24049 InnoDB: Failing assertion: node->is_open() in fil_space_t::flush_low 2020-10-29 09:15:35 +02:00
flush.test MDEV-24049 InnoDB: Failing assertion: node->is_open() in fil_space_t::flush_low 2020-10-29 09:15:35 +02:00
foreign-keys.test MDEV-32833 InnoDB wrong error message 2023-11-29 10:52:25 +02:00
foreign_key.combinations MDEV-24101 innodb_random_read_ahead=ON causes hang on DDL or shutdown 2020-11-03 12:41:41 +02:00
foreign_key.test Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
foreign_key_debug.test Merge branch '10.3' into 10.4 2020-05-09 20:36:58 +02:00
foreign_key_not_windows.test MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLE 2022-08-30 12:02:56 +03:00
foreign_null.combinations MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
foreign_null.test MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
full_crc32_import.test MDEV-18288 Transportable Tablespaces leave AUTO_INCREMENT in mismatched state, causing INSERT errors in newly imported tables when .cfg is not used. 2024-02-06 13:45:30 +05:30
gap_lock_split.test MDEV-30671 InnoDB undo log truncation fails to wait for purge of history 2023-02-24 14:24:44 +02:00
gap_locks.test MDEV-24224 Gap lock on delete in 10.5 using READ COMMITTED 2020-11-18 10:27:18 +02:00
group_commit.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
group_commit_binlog_pos-master.opt mtr: aix - stack-trace is optional 2021-07-22 15:22:47 +10:00
group_commit_binlog_pos.test Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_binlog_pos_no_optimize_thread-master.opt mtr: aix - stack-trace is optional 2021-07-22 15:22:47 +10:00
group_commit_binlog_pos_no_optimize_thread.test Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_crash-master.opt mtr: aix - stack-trace is optional 2021-07-22 15:22:47 +10:00
group_commit_crash.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
group_commit_crash_no_optimize_thread-master.opt mtr: aix - stack-trace is optional 2021-07-22 15:22:47 +10:00
group_commit_crash_no_optimize_thread.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
group_commit_force_recovery-master.opt MDEV-24302: RESET MASTER hangs 2021-03-29 15:16:23 +03:00
group_commit_force_recovery.test MDEV-24302: RESET MASTER hangs 2021-03-29 15:16:23 +03:00
group_commit_no_optimize_thread-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
group_commit_no_optimize_thread.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
help_url.test MDEV-4786 - merge 10.0-monty - 10.0 2013-07-24 16:48:23 +04:00
ibuf_not_empty.combinations MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
ibuf_not_empty.test MDEV-33156 Crash on innodb_buf_flush_list_now=ON and innodb_force_recovery=6 2024-01-03 12:08:21 +02:00
implicit_gap_lock_convertion.test MDEV-26206 gap lock is not set if implicit lock exists 2021-08-17 16:09:55 +03:00
import_bugs.test MDEV-34181 Instant table aborts after discard tablespace 2024-07-30 13:31:43 +05:30
import_corrupted.test MDEV-20931 fixup 2021-08-19 11:29:32 +03:00
import_tablespace_race.test Make 'move_file' command more reliable in 3 innodb tests 2023-04-03 14:36:11 +02:00
import_update_stats.test MDEV-32725 innodb.import_update_stats accesses uninitialized ib_table->stat_n_rows 2023-12-15 15:43:19 +05:30
index_length.test MDEV-22855 Assertion `!field->prefix_len || field->fixed_len == field->prefix_len' failed in btr_node_ptr_max_size 2024-04-29 16:42:26 +05:30
index_merge_threshold.opt MDEV-11802 preparation: Clean up the purge tests. 2017-02-19 14:51:19 +02:00
index_merge_threshold.test mtr: remove innodb combinations 2024-05-05 21:37:08 +02:00
index_tree_operation.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
index_tree_operation.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
index_vcol_purge_startup.test MDEV-25792 server hangs on early shutdown if InnoDB needs to purge indexed virtual columns 2021-05-27 16:46:21 +02:00
information_schema_grants.opt MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
information_schema_grants.test Merge 10.4 into 10.5 2023-01-03 17:08:42 +02:00
innodb-16k-master.opt MDEV-6075: Allow > 16K pages on InnoDB 2014-05-13 13:28:57 +03:00
innodb-16k.test Merge 10.2 into 10.3 2022-02-17 10:53:58 +02:00
innodb-32k-crash-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-32k-crash.test MDEV-20832 Don't print "row size too large" warnings in error log if innodb_strict_mode=OFF and log_warnings<=2 2019-11-20 19:48:03 +07:00
innodb-32k-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-32k.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-64k-crash-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-64k-crash.test MDEV-20832 Don't print "row size too large" warnings in error log if innodb_strict_mode=OFF and log_warnings<=2 2019-11-20 19:48:03 +07:00
innodb-64k-master.opt MDEV-11828: innodb_page_size=64k must reject ROW_FORMAT=REDUNDANT records longer than 16383 bytes 2017-07-12 19:34:55 +03:00
innodb-64k.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-ac-non-locking-select.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-agregate.test MDEV-9667: Server hangs after select count(distinct name) from t2 where a=8366 and b>=5 and b<=5; 2016-03-11 13:36:29 +02:00
innodb-alter-autoinc.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-alter-debug.test MDEV-7318: Fix a test case 2020-05-22 19:56:55 +03:00
innodb-alter-nullable.test MDEV-18819 ALTER_COLUMN_VCOL is not set for generated stored columns 2019-10-30 16:47:43 +01:00
innodb-alter-table.test Speed up buildbot by requiring --big-test for some slow tests 2019-05-29 08:28:15 +03:00
innodb-alter-tempfile.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb-alter-timestamp.test MDEV-26458 Crash on ALTER TABLE after DISCARD TABLESPACE 2021-08-23 09:13:55 +03:00
innodb-alter.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-alter.test Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
innodb-analyze.test MDEV-19551 Remove alias innodb_stats_sample_pages 2019-05-23 10:25:12 +03:00
innodb-autoinc-18274.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-autoinc-44030.test MDEV-6076 Persistent AUTO_INCREMENT for InnoDB 2016-12-16 09:19:19 +02:00
innodb-autoinc-56228-master.opt merge with 5.3 2011-10-19 21:45:18 +02:00
innodb-autoinc-56228.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
innodb-autoinc-61209.test MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb-autoinc-optimize.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-autoinc-part.test MDEV-28416 Incorrect AUTO_INCREMENT may be issued when close to UINT64_MAX 2022-04-27 08:08:06 +03:00
innodb-autoinc.opt small cleanups 2013-01-15 19:16:18 +01:00
innodb-autoinc.test MDEV-28416 Incorrect AUTO_INCREMENT may be issued when close to UINT64_MAX 2022-04-27 08:08:06 +03:00
innodb-bigblob.opt Speed up some innodb tests 2015-10-05 17:14:13 +02:00
innodb-bigblob.test MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
innodb-blob.test MDEV-21608 Assertion `n_ext == dtuple_get_n_ext(dtuple)' failed during updation of PK 2020-02-07 16:01:31 +05:30
innodb-bug-14068765.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-bug-14084530.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-change-buffer-recovery-master.opt MDEV-19514 preparation: Extend innodb.innodb-change-buffer-recovery 2019-09-26 13:03:40 +03:00
innodb-change-buffer-recovery.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb-consistent-master.opt
innodb-consistent.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-corrupted-table.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb-dict.test MDEV-9251: Fix MySQL Bug#20755615: InnoDB compares column names case sensitively, 2015-12-11 14:33:41 +02:00
innodb-enlarge-blob.opt Merge bb-10.2-ext into 10.3 2017-09-07 12:30:56 +03:00
innodb-enlarge-blob.test Follow-up to MDEV-13227: Shorten the test 2017-09-06 16:13:20 +03:00
innodb-fk-virtual.test MDEV-11850: Can't create foreign key referencing a virtual column 2017-01-26 08:05:23 +02:00
innodb-fk-warnings.test MDEV-20480 Obsolete internal parser for FK in InnoDB 2019-11-20 13:18:31 +03:00
innodb-fk.test MDEV-25642 InnoDB rename table copy DDL fails while dropping the table 2021-06-09 20:19:21 +05:30
innodb-fkcheck.test Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb-get-fk.test MDEV-29710: Valgrind tests massively fail due to silently killing server on shutdown timeout 2022-10-05 15:18:58 +03:00
innodb-index-debug.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-debug.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
innodb-index-online-delete.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-index-online-fk.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-index-online-fk.test MDEV-29092 FOREIGN_KEY_CHECKS does not prevent non-copy alter from creating invalid FK structure 2023-12-06 14:29:17 +05:30
innodb-index-online-norebuild.opt Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILD 2017-04-24 14:03:22 +03:00
innodb-index-online-norebuild.test Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILD 2017-04-24 14:03:22 +03:00
innodb-index-online-purge.test MDEV-13625 Merge InnoDB test cases from MySQL 5.6 (part 1) 2017-08-29 15:28:58 +03:00
innodb-index-online.opt Reduce innodb_log_buffer_size 2020-02-18 10:54:56 +02:00
innodb-index-online.test Merge 10.3 into 10.4 2022-09-07 08:08:59 +03:00
innodb-index.test MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
innodb-index_ucs2.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-isolation.test MDEV-16041 Do not write for null update (properly fix MySQL Bug#29157) 2018-04-26 20:56:14 +03:00
innodb-lock-inherit-read_commited.test MDEV-33106 innodb.innodb-lock-inherit-read_commited times out 2024-10-09 11:26:12 +03:00
innodb-lock-schedule-algorithm.opt MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE) 2016-12-02 11:08:18 +02:00
innodb-lock-schedule-algorithm.test MDEV-11168: InnoDB: Failing assertion: !other_lock || wsrep_thd_is_BF(lock->trx->mysql_thd, FALSE) || wsrep_thd_is_BF(other_lock->trx->mysql_thd, FALSE) 2016-12-02 11:08:18 +02:00
innodb-lock.test Merge branch '10.1' into 10.2 2018-09-14 08:47:22 +02:00
innodb-lru-force-no-free-page.test MDEV-33635 innodb.innodb-64k-crash - Found warnings/errors in server log file 2024-03-14 08:34:56 +05:30
innodb-master.opt MDEV-13814 Extra logging when innodb_log_archive=ON 2018-01-10 10:21:52 +02:00
innodb-mdev-7408.opt MDEV-7408: Cannot use a table containing special chars for InnoDB stopwords 2015-02-18 11:25:59 +02:00
innodb-mdev-7408.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev-7513-master.opt Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev-7513.test Merge remote-tracking branch 10.2 into 10.3 2019-12-02 14:35:10 +02:00
innodb-mdev7046.test Merge 10.4 into 10.5 2023-01-03 17:08:42 +02:00
innodb-on-duplicate-update.test Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innodb-online-alter-gis.test Merge 10.2 into 10.3 2018-05-17 08:42:53 +03:00
innodb-page_compression_none.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb-read-view.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-replace-debug.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb-replace.combinations MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist 2024-11-08 16:46:41 +05:30
innodb-replace.test MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist 2024-11-08 16:46:41 +05:30
innodb-rollback.test MDEV-18632: wsrep_is_wsrep_xid: Conditional jump or move depends on uninitialised value 2019-02-19 16:12:00 +02:00
innodb-semi-consistent-master.opt
innodb-semi-consistent.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-stats-initialize-failure.test MDEV-29710: Skip some more tests on Valgrind 2022-10-05 20:37:54 +03:00
innodb-stats-modified-counter.opt MDEV-8297: information_schema.innodb_sys_tablestats.modified_counter doesn't change on UPDATE 2015-12-15 11:29:15 +02:00
innodb-stats-modified-counter.test MDEV-8297: information_schema.innodb_sys_tablestats.modified_counter doesn't change on UPDATE 2015-12-15 11:29:15 +02:00
innodb-stats-sample.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
innodb-system-table-view.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb-system-table-view.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb-table-online-master.opt Write proper tests for MDEV-12634: Uninitialised ROW_MERGE_RESERVE_SIZE bytes 2017-09-16 21:15:38 +03:00
innodb-table-online.test MDEV-32874 Test innodb.innodb-table-online,crypt occasionally fails 2023-11-24 14:23:52 +02:00
innodb-timeout.test MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT] 2017-03-22 19:08:24 +04:00
innodb-trim.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
innodb-truncate.test MDEV-29092 FOREIGN_KEY_CHECKS does not prevent non-copy alter from creating invalid FK structure 2023-12-06 14:29:17 +05:30
innodb-ucs2.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb-update-insert.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb-virtual-columns-debug.test MDEV-20143 innodb.innodb-virtual-columns-debug failed in buildbot with wrong result 2019-09-10 16:14:50 +03:00
innodb-virtual-columns.test MDEV-17005: Re-enable existing tests for non-debug server 2019-07-22 17:33:08 +03:00
innodb-virtual-columns2.test MDEV-23632 ALTER TABLE...ADD KEY creates corrupted index on virtual column 2021-01-05 19:19:27 +10:00
innodb-wl5522-1.test MDEV-29972 Crash emitting "Unsupported meta-data version number" error message 2023-12-12 15:09:31 +11:00
innodb-wl5522-debug.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb-wl5522.test Merge remote-tracking branch 'origin/10.4' into 10.5 2023-04-05 16:16:19 +04:00
innodb-wl5980-alter.opt Adjust the imported MySQL 5.6 tests for MariaDB 2017-08-29 18:33:30 +03:00
innodb-wl5980-alter.test Merge branch '10.4' into 10.5 2022-02-01 20:33:04 +01:00
innodb-wl5980-debug.test MDEV-26870 --skip-symbolic-links does not disallow .isl file creation 2022-01-21 14:43:59 +02:00
innodb-xa.test MDEV-31928 Assertion xid ... < 128 failed in trx_undo_write_xid() 2023-08-17 10:31:55 +03:00
innodb.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb.test Merge commit '10.4' into 10.5 2023-07-20 11:54:52 +02:00
innodb_28867993.test Bug#28867993: POSSIBLE ISSUE WITH MYSQL SERVER RESTART 2019-01-23 12:39:03 +01:00
innodb_autoinc_lock_mode_zero-master.opt
innodb_autoinc_lock_mode_zero.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_blob_truncate.test Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb_buffer_pool_dump_pct.test MDEV-20139 innodb.innodb_buffer_pool_dump_pct failed in buildbot with timeout 2023-12-12 11:43:23 +02:00
innodb_buffer_pool_fail.test MDEV-34435 Increase code coverage for debug_dbug test case during startup 2024-06-21 17:24:29 +05:30
innodb_buffer_pool_load_now.opt MDEV-13626: Import and adjust buffer pool resizing tests from MySQL 5.7 2020-03-19 11:17:20 +02:00
innodb_buffer_pool_load_now.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb_buffer_pool_resize.opt MDEV-13626: Merge InnoDB test cases from MySQL 5.7 (part 7) 2018-02-02 16:15:13 +02:00
innodb_buffer_pool_resize.test MDEV-27094 Debug builds include useless InnoDB "disabled" options 2022-04-22 12:48:40 +03:00
innodb_buffer_pool_resize_debug.opt MDEV-13626: Import and adjust buffer pool resizing tests from MySQL 5.7 2020-03-19 11:17:20 +02:00
innodb_buffer_pool_resize_temporary.test MDEV-27094 Debug builds include useless InnoDB "disabled" options 2022-04-22 12:48:40 +03:00
innodb_buffer_pool_resize_with_chunks.opt MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBAL 2022-01-19 11:10:45 +11:00
innodb_buffer_pool_resize_with_chunks.test MDEV-27094 Debug builds include useless InnoDB "disabled" options 2022-04-22 12:48:40 +03:00
innodb_bug21704.test Fixes for innodb suite, merging tests from 5.6. 2013-07-15 18:01:22 +02:00
innodb_bug30423.test MDEV-29710: Skip some more tests on Valgrind 2022-10-05 20:37:54 +03:00
innodb_bug30919-master.opt
innodb_bug30919.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug34300.test Fix various spelling errors still found in code 2021-03-22 18:10:39 +11:00
innodb_bug35220.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_bug38231.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_bug39438-master.opt
innodb_bug39438.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_bug40360.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug40565.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug41904.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug42419.test MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
innodb_bug44032.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug44369.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug44571.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug45357.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug46000.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug46676.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug47621.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug47622.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug47777.test merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
innodb_bug48024.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug49164.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug51378.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug51920.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb_bug52199.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug52663.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug53046.test MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02:00
innodb_bug53290.test MDEV-29710: Disable some slow tests on Valgrind 2022-10-06 08:42:26 +03:00
innodb_bug53592.test MDEV-7635: Update tests to adapt to the new default sql_mode 2017-02-10 06:30:42 -05:00
innodb_bug53674-master.opt MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
innodb_bug53674.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug53756-master.opt mtr: fix innodb_bug53756 on aix 2021-07-06 15:29:00 +10:00
innodb_bug53756.test remove two redundant *.inc files to restart a server 2017-03-31 19:28:58 +02:00
innodb_bug54044.test Merge branch '5.5' into 10.0 2018-05-19 15:38:34 +02:00
innodb_bug56143.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug56716.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug56947.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb_bug57252.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug57255.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug57904.test Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug59307.test MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02:00
innodb_bug59410.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_bug59641.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
innodb_bug59733.test Merge mysql-5.1 to mysql-5.5. Add a test case. 2011-08-15 12:18:34 +03:00
innodb_bug60196-master.opt Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug60196.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb_bug60229.test Bug#20198490 : LOWER_CASE_TABLE_NAMES=0 ON WINDOWS LEADS TO 2015-08-21 08:35:42 +05:30
innodb_bug68148.test Merge 10.3 into 10.4, except for MDEV-20265 2019-08-23 08:06:17 +03:00
innodb_bug84958.test MDEV-30671 InnoDB undo log truncation fails to wait for purge of history 2023-02-24 14:24:44 +02:00
innodb_bug11754376.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb_bug12400341-master.opt MDEV-19570 Deprecate and ignore innodb_undo_logs, remove innodb_rollback_segments 2019-05-23 17:34:47 +03:00
innodb_bug12400341.test MDEV-19570 Deprecate and ignore innodb_undo_logs, remove innodb_rollback_segments 2019-05-23 17:34:47 +03:00
innodb_bug12661768.test fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug13510739.test MDEV-16172: Enable skipped tests 2018-05-17 09:37:01 +03:00
innodb_bug14007649.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
innodb_bug14147491-master.opt mtr: aix - stack-trace is optional 2021-07-22 15:22:47 +10:00
innodb_bug14147491.test MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
innodb_bug14676111.opt MDEV-4396: Fix innodb.innodb_bug14676111 test. 2014-11-03 15:47:57 +02:00
innodb_bug14676111.test MDEV-11802 innodb.innodb_bug14676111 fails on buildbot 2017-03-24 18:24:46 +02:00
innodb_bug30113362.opt MDEV-21509 Possible hang during purge of history, or rollback 2020-01-17 14:27:28 +02:00
innodb_bug30113362.test Disable from valgrind big innodb tests that doesn't run well in valgrind 2020-10-21 03:09:29 +03:00
innodb_bulk_create_index.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_debug.test Adjust tests after commit b5615eff0d 2019-04-02 11:03:28 +03:00
innodb_bulk_create_index_flush.opt Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
innodb_bulk_create_index_replication.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_bulk_create_index_small.test Adjust the MySQL 5.7 tests for MariaDB 10.2 2017-11-20 16:05:41 +02:00
innodb_corrupt_bit.opt Push for testing of encryption 2015-02-10 10:21:17 +01:00
innodb_corrupt_bit.test MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb_ctype_big5.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_ctype_latin1.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_ctype_ldml-master.opt A fix for 1ca595fbf7 (LDML refactoring) 2016-09-03 14:25:04 +04:00
innodb_ctype_ldml.test MDEV-7947 strcmp() takes 0.37% in OLTP RO 2020-07-23 10:54:33 +03:00
innodb_ctype_tis620.test Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
innodb_ctype_utf8.test Merge branch '10.4' into 10.5 2023-11-08 12:59:00 +01:00
innodb_default_row_format.combinations Extend the use of innodb_default_row_format.combinations 2018-10-18 11:27:19 +03:00
innodb_default_row_format.inc MDEV-13820 trx_id_check() fails during row_log_table_apply() 2017-12-07 14:35:32 +02:00
innodb_defrag_binlog.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_binlog.test test cleanup: remove Format_description_log_event size dependency 2015-09-04 10:33:53 +02:00
innodb_defrag_concurrent.opt MDEV-21725 Optimize btr_page_reorganize_low() redo logging 2020-02-18 10:54:28 +02:00
innodb_defrag_concurrent.test MDEV-20370 Crash after OPTIMIZE TABLE on TEMPORARY TABLE 2020-03-17 16:28:16 +02:00
innodb_defrag_stats.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_stats.test innodb.innodb_defrag_stats wait for the correct value 2024-04-05 12:40:49 +02:00
innodb_defrag_stats_many_tables.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defrag_stats_many_tables.test Adjusted defrag test that fails randomly (timing problem) and fix 2014-09-10 09:44:57 +03:00
innodb_defragment.opt MDEV-12198 innodb_defragment=1 crashes server on OPTIMIZE TABLE when FULLTEXT index exists 2017-04-06 08:56:25 +03:00
innodb_defragment.test Don't run innodb_defgragment under valgrind (too slow) 2022-02-08 14:32:28 +02:00
innodb_defragment_fill_factor.opt MDEV-5834: Merge Kakao Defragmentation implementation to MariaDB 10.1 2014-08-06 15:28:58 +03:00
innodb_defragment_fill_factor.test Remove wait_innodb_all_purged.inc 2017-08-08 09:44:38 +03:00
innodb_defragment_small.test Merge 10.1 into 10.2 2018-06-06 11:25:33 +03:00
innodb_force_pk.opt MDEV-5335: Force PK option. Added a new dynamic configuration variable 2014-03-11 13:40:29 +02:00
innodb_force_pk.test MDEV-8582: innodb_force_primary_key option does not force PK or unique key 2015-08-08 10:39:01 +03:00
innodb_force_recovery.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
innodb_force_recovery_rollback.test MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered transactions 2020-07-30 09:24:36 +03:00
innodb_gis.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_i_s_innodb_locks.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_i_s_innodb_trx.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_information_schema.test Merge branch '10.4' into 10.5 2022-02-01 20:33:04 +01:00
innodb_information_schema_buffer.opt merge with 5.5 2012-11-03 12:28:51 +01:00
innodb_information_schema_buffer.test MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
innodb_information_schema_tables.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_information_schema_tables.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_lock_wait_timeout_1-master.opt
innodb_lock_wait_timeout_1.test MDEV-19544 Remove innodb_locks_unsafe_for_binlog 2019-05-23 10:25:12 +03:00
innodb_multi_update.test MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
innodb_mutexes-master.opt MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS 2015-02-21 21:45:16 +02:00
innodb_mutexes.test MDEV-7109: Add support for INFORMATION_SCHEMA.INNODB_SEMAPHORE_WAITS 2015-02-21 21:45:16 +02:00
innodb_mysql-master.opt Remove deprecated InnoDB file format parameters 2017-06-02 09:36:14 +03:00
innodb_mysql.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb_mysql_rbk-master.opt
innodb_mysql_rbk.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_notembedded.test allow suite.pm to skip combinations that originate from test/include files. 2012-02-07 16:22:36 +01:00
innodb_page_compressed.combinations Clean up the page_compressed tests 2022-04-25 10:19:12 +03:00
innodb_page_compressed.test Clean up the page_compressed tests 2022-04-25 10:19:12 +03:00
innodb_prefix_index_restart_server.test MDEV-21245 InnoDB: Using a partial-field key prefix in search 2023-12-14 09:57:38 +11:00
innodb_query_cache.test MDEV-16087 Inconsistent SELECT results when query cache is enabled 2018-06-18 14:26:37 +05:30
innodb_rename_index.test MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS 2020-04-04 00:52:54 +03:00
innodb_scrub.opt MDEV-8139 Fix Scrubbing 2020-06-12 09:17:51 +05:30
innodb_scrub.test MDEV-23855: Improve InnoDB log checkpoint performance 2020-10-26 17:09:01 +02:00
innodb_skip_innodb_is_tables.opt MDEV-22970 Possible corruption of page_compressed tables, or 2020-07-20 18:52:10 +05:30
innodb_skip_innodb_is_tables.test MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
innodb_stats.test Run innodb.innodb_stats test with EITS disabled. 2020-12-11 17:33:44 +03:00
innodb_stats_auto_recalc.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_ddl.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_ddl.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_lots.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_lots.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_on_nonexistent.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_on_nonexistent.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_create_on_corrupted.test Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb_stats_create_table.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_drop_locked.test mtr: innodb_stats_dropped_locked cleanup 2020-10-01 16:10:14 +10:00
innodb_stats_external_pages.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_fetch.opt MDEV-28613 LeakSanitizer caused by I_S query using LIMIT ROWS EXAMINED 2023-11-21 11:13:43 +05:30
innodb_stats_fetch.test MDEV-34474 InnoDB: Failing assertion: stat_n_leaf_pages > 0 in ha_innobase::estimate_rows_upper_bound 2024-07-10 11:43:03 +05:30
innodb_stats_fetch_corrupted.test Merge branch '10.1' into 10.2 2016-12-29 13:23:18 +01:00
innodb_stats_fetch_nonexistent.test Fix test failure on innodb_stats_fetch_nonexistent. 2015-01-27 15:40:50 +02:00
innodb_stats_flag_global.combinations MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_flag_global.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_flag_global_analyze.inc MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_persistent.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
innodb_stats_persistent_debug.test MDEV-13534 InnoDB STATS_PERSISTENT fails to ignore garbage delete-mark flag on node pointer pages 2017-08-24 10:19:17 +03:00
innodb_stats_rename_table.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_rename_table_if_exists.test Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_sample_pages.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_sample_pages.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_table_flag_auto_recalc.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_table_flag_sample_pages.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_status_variables.test MDEV-22103 INNODB_ENCRYPTION_NUM_KEY_REQUESTS is missing from INFORMATION_SCHEMA.GLOBAL_STATUS 2020-04-01 11:19:12 +03:00
innodb_sys_semaphore_waits-master.opt MDEV-12146 Deprecate and remove innodb_instrument_semaphores 2017-02-28 12:42:45 +02:00
innodb_sys_semaphore_waits.test MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014 2022-08-28 21:35:21 +03:00
innodb_sys_var_valgrind.test MDEV-30453 Setting innodb_buffer_pool_filename to an empty string attempts to delete the data directory on shutdown 2023-03-29 16:49:10 +03:00
innodb_timeout_rollback-master.opt
innodb_timeout_rollback.test fix tests after 349ca2be74 2024-05-08 20:01:17 +02:00
innodb_trx_weight.test MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_uninstall.opt MDEV-8474: InnoDB sets per-connection data unsafely 2015-07-21 12:12:58 +03:00
innodb_uninstall.test MDEV-9171: innodb.innodb_uninstall Test Failure 2016-05-05 09:19:40 -04:00
innodb_ut_format_name.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_wl6326.opt MDEV-13626: Add the WL#6326 tests 2020-01-17 14:27:28 +02:00
innodb_wl6326.test MDEV-22242 B-trees can become extremely skewed 2020-04-14 18:43:03 +03:00
insert-before-delete.test MDEV-30225 RR isolation violation with locking unique search 2022-12-20 11:31:49 +03:00
insert_debug.test BUG#25082593 FOREIGN KEY VALIDATION DOESN'T NEED TO ACQUIRE GAP LOCK IN READ COMMITTED 2017-04-26 23:03:29 +03:00
instant_alter.opt MDEV-11369 Instant ADD COLUMN for InnoDB 2017-10-06 09:50:10 +03:00
instant_alter.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
instant_alter_bugs.test MDEV-35122 Incorrect NULL value handling for instantly dropped BLOB columns 2024-10-15 12:04:37 +05:30
instant_alter_charset.test Merge 10.4 into 10.5 2022-07-04 10:19:28 +03:00
instant_alter_crash.test MDEV-19044 Alter table corrupts while applying the modification log 2024-02-27 12:59:46 +05:30
instant_alter_debug.combinations MDEV-24730 Insert log operation fails after purge resets n_core_fields 2021-03-12 16:56:47 +05:30
instant_alter_debug.test Merge 10.4 into 10.5 2024-03-11 10:08:20 +02:00
instant_alter_extend.combinations MDEV-15563: Instant ROW_FORMAT=REDUNDANT column extension 2019-02-13 17:39:05 +02:00
instant_alter_extend.test MDEV-33214 Table is getting rebuild with ALTER TABLE ADD COLUMN 2024-03-15 14:04:59 +05:30
instant_alter_import.test Merge branch '10.4' into 10.5 2024-04-16 11:04:14 +02:00
instant_alter_index_rename.test MDEV-23356 InnoDB: Failing assertion: field->col->mtype == type, crash or ASAN failures in row_sel_convert_mysql_key_to_innobase, InnoDB indexes are inconsistent after INDEX changes 2020-10-26 17:39:52 +03:00
instant_alter_inject.test MDEV-11369 Instant ADD COLUMN for InnoDB 2017-10-06 09:50:10 +03:00
instant_alter_limit.test MDEV-21787 Alter table failure tries to access uninitialized column 2020-05-26 20:27:13 +05:30
instant_alter_null.test MDEV-15563: Instantly change a column to NULL 2018-12-13 22:23:49 +02:00
instant_alter_purge.test MDEV-31355 innodb_undo_log_truncate=ON fails to wait for purge of enough transaction history 2023-06-08 09:17:52 +03:00
instant_alter_rollback.test MDEV-15662 Instant DROP COLUMN or changing the order of columns 2018-10-19 18:57:23 +03:00
instant_alter_upgrade.test MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during ADD COLUMN 2022-06-27 16:00:34 +03:00
instant_auto_inc.test MDEV-12836 Avoid table rebuild when removing of auto_increment settings 2019-03-20 19:18:21 +01:00
instant_drop.test MDEV-18190 A table with variable-length PRIMARY KEY is unaccessible after instant DROP COLUMN 2019-01-09 19:50:48 +02:00
leaf_page_corrupted_during_recovery.combinations Merge 10.3 into 10.4 2019-05-29 22:17:00 +03:00
leaf_page_corrupted_during_recovery.opt MDEV-19541: Add a forgotten test case 2019-05-29 08:14:49 +03:00
leaf_page_corrupted_during_recovery.test Merge 10.4 into 10.5 2020-06-05 20:36:43 +03:00
lock_delete_updated.test MDEV-29433 innodb.lock_delete_updated is unstable 2022-09-08 13:36:30 +03:00
lock_deleted.test MDEV-14589 InnoDB should not lock a delete-marked record 2018-05-29 08:54:33 +03:00
lock_memory_debug.opt MDEV-34166 Server could hang with BP < 80M under stress 2024-05-21 14:13:29 +05:30
lock_memory_debug.test MDEV-34166 Server could hang with BP < 80M under stress 2024-05-21 14:13:29 +05:30
lock_release.test MDEV-34542 Assertion `lock_trx_has_sys_table_locks(trx) == __null' failed in void row_mysql_unfreeze_data_dictionary(trx_t*) 2024-07-12 17:42:14 +05:30
lock_update_split_rc.test MDEV-28709 unexpected X lock on Supremum in READ COMMITTED 2022-10-25 00:52:10 +03:00
log_buffer_size.test MDEV-32364 Server crashes when starting server with high innodb_log_buffer_size 2023-10-06 14:16:01 +03:00
log_corruption.test MDEV-24412: Create a separate test 2022-11-30 06:57:32 +02:00
log_data_file_size.opt Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
log_data_file_size.test Write information about restart in .result 2019-04-01 19:47:24 +03:00
log_file.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
log_file_name.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
log_file_name_debug.test Merge 10.4 into 10.5 2022-09-26 13:34:38 +03:00
log_file_overwrite.test MDEV-34519 innodb_log_checkpoint_now crashes when innodb_read_only is enabled 2024-07-05 15:26:05 +05:30
log_file_size.test MDEV-14425 deprecate and ignore innodb_log_files_in_group 2020-02-19 12:21:59 +03:00
log_upgrade.test MDEV-24412: Disable the test on ./mtr --embedded 2022-11-30 08:32:05 +02:00
log_upgrade_101_flags.test MDEV-32445 InnoDB may corrupt its log before upgrading it on startup 2024-03-06 15:01:26 +05:30
max_record_size.test MDEV-19292 "Row size too large" error when creating table with lots columns when row format is DYNAMIC or COMPRESSED 2019-07-05 17:02:21 +03:00
mdev-117.test Updated optimizer costs in multi_range_read_info_const() and sql_select.cc 2020-03-27 03:58:32 +02:00
mdev-14846.opt MDEV-14846 InnoDB: assertion on trx->state because of deadlock error ignored 2021-10-11 12:26:43 +03:00
mdev-14846.test MDEV-32901: innodb.mdev-14846 fails in 11.0 2023-12-05 19:26:30 +03:00
mdev-15707.opt MDEV-15707 : deadlock in Innodb IO code, caused by change buffering. 2018-04-08 21:32:02 +00:00
mdev-15707.test Speed up buildbot by requiring --big-test for some slow tests 2019-05-29 08:28:15 +03:00
missing_tablespaces.test Merge 10.3 into 10.4 2022-10-05 20:30:57 +03:00
mon_lock_wait_current_count.test MDEV-30658 lock_row_lock_current_waits counter in information_schema.innodb_metrics may become negative 2023-10-05 18:27:54 +03:00
monitor.test innodb.monitor test: wait for the correct value 2024-04-05 12:40:49 +02:00
multi_repair-7404.test MDEV-7404 REPAIR multiple tables crash in MDL_ticket::has_stronger_or_equal_type 2015-01-14 12:10:13 +01:00
mvcc.test MDEV-23198 Crash in REPLACE 2020-07-31 11:54:35 +03:00
mvcc_secondary.test MDEV-25459 MVCC read from index on CHAR or VARCHAR wrongly omits rows 2021-04-24 09:26:49 +03:00
no_pad.test MDEV-26743 InnoDB: CHAR+nopad does not work well 2023-11-10 06:17:23 +04:00
open_files_limit.opt MDEV-34169 Don't allow innodb_open_files to be lesser than 2024-06-07 15:37:11 +05:30
open_files_limit.test MDEV-34169 Don't allow innodb_open_files to be lesser than 2024-06-07 20:50:39 +05:30
page_cleaner.test MDEV-24917 Page cleaner wrongly remains idle 2021-02-18 18:20:50 +02:00
page_compression_windows.opt MDEV-34929 page-compressed tables do not work on Windows 2024-10-16 16:02:13 +02:00
page_compression_windows.test MDEV-34929 page-compressed tables do not work on Windows 2024-10-16 16:02:13 +02:00
page_id_innochecksum.test MDEV-19781: Adapt the test for full_crc32 2019-08-14 10:32:52 +03:00
page_reorganize.test MDEV-27993 Assertion failed in btr_page_reorganize_low() 2022-03-03 11:51:25 +02:00
purge.test MDEV-34078 Memory leak in InnoDB purge with 32-column PRIMARY KEY 2024-10-01 18:35:39 +03:00
purge_secondary.opt MDEV-15384 buf_flush_LRU_list_batch() always reports n->flushed=0, n->evicted=0 2018-03-13 15:25:38 +05:30
purge_secondary.test Suppress an occasional buffer pool warning 2023-06-08 09:38:03 +03:00
read_only_recover_committed.test Merge branch '10.4' into 10.5 2023-07-27 15:43:21 +02:00
read_only_recovery.test MDEV-31813 SET GLOBAL innodb_max_purge_lag_wait hangs if innodb_read_only 2023-08-24 10:08:51 +03:00
readahead.test Adapt the test case for Oracle Bug#25330449 2017-04-26 23:03:32 +03:00
records_in_range.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
recovery_memory.opt MDEV-26784 [Warning] InnoDB: Difficult to find free blocks in the buffer pool 2022-01-21 14:15:18 +05:30
recovery_memory.test MDEV-34435 Increase code coverage for debug_dbug test case during startup 2024-06-21 17:24:29 +05:30
recovery_shutdown.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
rename_table.opt MDEV-12868 MySQL bug #84038 also affects MariaDB 10.2 2017-08-09 22:28:04 +03:00
rename_table.test MDEV-33011 mariabackup --backup: FATAL ERROR: ... Can't open datafile cool_down/t3 2024-02-27 17:59:20 +05:30
rename_table_debug.test MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during recovery 2018-09-07 22:10:03 +03:00
restart.opt MDEV-27467: innodb to enforce the minimum innodb_buffer_pool_size in SET GLOBAL 2022-01-19 11:10:45 +11:00
restart.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
row_format_redundant.opt MDEV-25257 follow-up: Fix a test 2022-08-22 12:33:46 +03:00
row_format_redundant.test Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
row_lock.test MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
row_size_error_log_warnings_3.test Fix test failures on s390x in test following main.column_compression_rpl 2024-01-12 17:22:08 +01:00
scrub.test MDEV-32163 Crash recovery fails after DROP TABLE in system tablespace 2023-09-14 15:17:27 +03:00
scrub_debug.test MDEV-32028 InnoDB scrubbing doesn't write zero while freeing the extent 2023-08-28 20:27:19 +05:30
skip_symbolic_links.opt MDEV-26870 --skip-symbolic-links does not disallow .isl file creation 2022-01-21 14:43:59 +02:00
skip_symbolic_links.test MDEV-26870 --skip-symbolic-links does not disallow .isl file creation 2022-01-21 14:43:59 +02:00
snapshot.test Fixed MDEV-8408 2015-10-23 18:49:02 +03:00
sp_temp_table.test Merge branch 'merge/merge-xtradb-5.5' into bb-5.5-serg 2015-06-05 02:14:49 +02:00
sql_mode_pad_char_to_full_length.test MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic 2023-04-06 16:17:50 +04:00
stat_tables.test MDEV-32667 dict_stats_save_index_stat() reads uninitialized index->stats_error_printed 2024-11-08 11:35:19 +05:30
stats_persistent.test Fix intermittent failures of innodb.stats_persistent 2022-06-17 08:40:51 +03:00
stored_fk.test MDEV-18114 Foreign Key Constraint actions don't affect Virtual Column 2023-08-02 14:45:31 +02:00
strict_mode.test MDEV-32128 wrong table name in innodb's "row too big" errors 2023-09-08 19:15:33 +02:00
system_tables.test MDEV-16421 Make system tables crash safe 2018-08-14 12:18:38 +03:00
table_definition_cache_debug.opt try to fix [Warning] InnoDB: innodb_open_files=20 is exceeded (20) files stay open) 2018-01-24 11:23:44 +00:00
table_definition_cache_debug.test MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 2020-10-26 17:09:01 +02:00
table_flags.combinations MDEV-12026: Implement innodb_checksum_algorithm=full_crc32 2019-02-19 18:50:19 +02:00
table_flags.opt MDEV-12026: Implement innodb_checksum_algorithm=full_crc32 2019-02-19 18:50:19 +02:00
table_flags.test MDEV-34222 Alter operation on redundant table aborts the server 2024-05-24 15:48:19 +05:30
table_index_statistics.inc MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
table_index_statistics.test Move extra/rpl_tests/table_index_statistics to suite/innodb 2018-03-29 13:59:44 +03:00
tablespace_per_table_not_windows.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
tablespace_per_table_not_windows.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
tablespace_per_table_windows.opt MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
tablespace_per_table_windows.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
temp_table.test MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
temp_table_savepoint.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
temporary_table.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
temporary_table_optimization.opt MDEV-11816 Disallow CREATE TEMPORARY TABLE…ROW_FORMAT=COMPRESSED 2017-01-18 08:42:57 +02:00
temporary_table_optimization.test MDEV-20531: innodb.temporary_table_optimisation fails 2019-09-09 13:06:33 +03:00
tmpdir.test MDEV-16172: Enable skipped tests 2018-05-17 09:37:01 +03:00
trigger.test MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trigger_error.test MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219 2017-03-18 21:37:36 +02:00
truncate.test MDEV-23705 Assertion 'table->data_dir_path || !space' 2020-09-22 11:13:51 +03:00
truncate_crash.test MDEV-17158 TRUNCATE is not atomic after MDEV-13564 2018-09-10 14:59:58 +03:00
truncate_foreign.test MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with foreign key 2021-03-02 15:23:56 +02:00
truncate_missing.test MDEV-19886 InnoDB returns misleading ER_NO_SUCH_TABLE_IN_ENGINE 2019-06-27 15:39:04 +03:00
trx_id_future.combinations MDEV-20138 innodb.trx_id_future fails on 10.4+ 2019-08-14 11:58:22 +03:00
trx_id_future.test Merge branch '10.3' into 10.4 2019-09-06 11:53:10 +02:00
trx_sys_t_find_lf_hash_error.test MDEV-31185 rw_trx_hash_t::find() unpins pins too early 2023-05-19 15:50:20 +03:00
undo_log.test MDEV-20832 Don't print "row size too large" warnings in error log if innodb_strict_mode=OFF and log_warnings<=2 2019-11-20 19:48:03 +07:00
undo_space_dblwr.opt MDEV-31851 After crash recovery, undo tablespace fails to open 2023-10-17 18:41:21 +05:30
undo_space_dblwr.test MDEV-34221 Errors about checksum mismatch on crash recovery are confusing 2024-05-24 12:57:42 +05:30
undo_truncate.opt MDEV-30438 innodb.undo_truncate,4k fails when innodb-immediate-scrub-data-uncompressed is enabled 2023-01-23 09:55:49 +05:30
undo_truncate.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
undo_truncate_recover.combinations MDEV-12026: Implement innodb_checksum_algorithm=full_crc32 2019-02-19 18:50:19 +02:00
undo_truncate_recover.opt MDEV-19200: shutdown timeout on innodb.undo_truncate_recover 2019-08-16 09:56:43 +03:00
undo_truncate_recover.test Disable from valgrind big innodb tests that doesn't run well in valgrind 2020-10-21 03:09:29 +03:00
update-cascade.combinations MDEV-23897 SIGSEGV on commit with innodb_lock_schedule_algorithm=VATS 2020-10-06 22:35:43 +03:00
update-cascade.test MDEV-15219 FOREIGN KEY CASCADE or SET NULL operations will not resume after lock wait 2018-02-07 10:39:12 +02:00
update_time-master.opt MDEV-14804 innodb.update_time failed in buildbot with wrong result 2021-10-19 08:46:16 +03:00
update_time.test MDEV-14804 innodb.update_time occasionally fails 2022-08-01 15:15:06 +03:00
update_time_wl6658.test MDEV-14477 InnoDB update_time is wrongly updated after partial rollback or internal COMMIT 2017-11-23 09:54:24 +02:00
xa_debug.test MDEV-15772: Clean up the test 2019-04-26 15:31:31 +03:00
xa_prepare_reset_supremum_lock.test MDEV-30165 X-lock on supremum for prepared transaction for RR 2023-09-21 20:07:53 +03:00
xa_recovery.test MDEV-34204 Assertion `!*detailed_error' failed on shutdown after XA PREPARE 2024-05-21 09:52:35 +03:00
xa_recovery_debug.test MDEV-13626: Make test more robust 2020-05-15 22:54:05 +03:00