mariadb/mysql-test/suite/innodb/t
Marko Mäkelä cba13079da Remove redundant innodb-page_compression_ tests
These were replaced with innodb.innodb_page_compressed
in commit 35095c458b
2022-04-25 10:42:57 +03:00
..
101_compatibility.test Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
add_constraint.test
alter_algorithm.combinations
alter_algorithm.inc
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 Make all #sql temporary table names uniform 2020-04-19 17:33:51 +03:00
alter_crash.opt
alter_crash.test MDEV-22637 Rollback of insert fails when column reorder happens 2020-05-26 12:44:33 +05:30
alter_foreign_crash.test
alter_inplace_perfschema.opt
alter_inplace_perfschema.test
alter_key_block_size-11757.test
alter_kill-master.opt
alter_kill.test
alter_large_dml.opt
alter_large_dml.test Merge branch '10.4' into 10.5 2021-02-23 13:06:22 +01: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 MDEV-24547 Update fails when online alter does rollback due to MDL time out 2021-01-19 16:18:37 +05:30
alter_missing_tablespace.test Merge 10.2 into 10.3 2020-03-20 18:12:17 +02:00
alter_non_null.inc
alter_not_null.combinations
alter_not_null.test
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
alter_partitioned_xa.test
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-14425 preparation: Remove log_t::append_on_checkpoint 2020-03-03 22:25:20 +02:00
alter_sql_mode.combinations
alter_sql_mode.inc
alter_table.test Merge branch '10.4' into 10.5 2021-07-31 23:19:51 +02: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
auto_increment_dup.test
autoinc_debug.test MDEV-12227 Defer writes to the InnoDB temporary tablespace 2020-12-09 09:22:13 +02:00
autoinc_persist.test
binlog_consistent.test
blob-crash.test
blob-update-debug.test
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
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
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
corrupted_during_recovery.test MDEV-15053 Reduce buf_pool_t::mutex contention 2020-06-05 12:35:46 +03:00
count_distinct.test
create-index-debug.test
create-index.test
create_isl_with_direct.opt
create_isl_with_direct.test MDEV-26870 --skip-symbolic-links does not disallow .isl file creation 2022-01-21 14:43:59 +02:00
create_select.test
cursor-restore-locking.test MDEV-20605 Awaken transaction can miss inserted by other transaction records due to wrong persistent cursor restoration 2022-02-21 12:49:54 +03:00
data_types.opt
data_types.test
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
default_row_format_alter.test Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
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
dml_purge.test
doublewrite.combinations
doublewrite.test MDEV-23855 follow-up: Make innodb.doublewrite more stable 2021-05-05 12:51:44 +03:00
drop_table_background.test
dropdb.test
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
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 Merge 10.3 into 10.4 2020-09-03 15:53:38 +03: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 10.4 into 10.5 2022-02-17 11:58:25 +02:00
foreign_key_debug.test Merge branch '10.3' into 10.4 2020-05-09 20:36:58 +02:00
full_crc32_import.test Merge 10.4 into 10.5 2021-08-19 11:52:35 +03: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
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
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
group_commit_crash-master.opt mtr: aix - stack-trace is optional 2021-07-22 15:22:47 +10:00
group_commit_crash.test
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
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
group_commit_no_optimize_thread.test
help_url.test
ibuf_not_empty.combinations MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
ibuf_not_empty.test MDEV-27734 Set innodb_change_buffering=none by default 2022-02-09 08:36:41 +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-26148 SEGV or Assertion `!page_is_comp(page) == !(index->table)->not_redundant()' 2021-07-27 20:30:33 +03:00
import_corrupted.test MDEV-20931 fixup 2021-08-19 11:29:32 +03:00
index_merge_threshold.opt
index_merge_threshold.test
index_tree_operation.opt
index_tree_operation.test
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 MDEV-15528 Punch holes when pages are freed 2020-03-10 10:51:08 +05:30
innodb-16k-master.opt
innodb-16k.test Merge 10.2 into 10.3 2022-02-17 10:53:58 +02:00
innodb-32k-crash-master.opt
innodb-32k-crash.test
innodb-32k-master.opt
innodb-32k.test
innodb-64k-crash-master.opt
innodb-64k-crash.test
innodb-64k-master.opt
innodb-64k.test Merge 10.1 into 10.2 2020-08-13 07:38:35 +03:00
innodb-agregate.test
innodb-alter-autoinc.test
innodb-alter-debug.test MDEV-7318: Fix a test case 2020-05-22 19:56:55 +03:00
innodb-alter-nullable.test
innodb-alter-table.test
innodb-alter-tempfile.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
innodb-alter-timestamp.test MDEV-26458 Crash on ALTER TABLE after DISCARD TABLESPACE 2021-08-23 09:13:55 +03:00
innodb-alter.opt
innodb-alter.test Merge 10.4 into 10.5 2021-07-02 13:02:26 +03:00
innodb-analyze.test
innodb-autoinc-18274.test
innodb-autoinc-44030.test
innodb-autoinc-56228-master.opt
innodb-autoinc-56228.test
innodb-autoinc-61209.test
innodb-autoinc-optimize.test
innodb-autoinc.opt
innodb-autoinc.test
innodb-bigblob.opt
innodb-bigblob.test
innodb-blob.test
innodb-bug-14068765.test
innodb-bug-14084530.test
innodb-change-buffer-recovery-master.opt
innodb-change-buffer-recovery.test MDEV-27734 Set innodb_change_buffering=none by default 2022-02-09 08:36:41 +02:00
innodb-consistent-master.opt
innodb-consistent.test
innodb-corrupted-table.test Merge 10.2 into 10.3 2020-08-21 19:18:34 +03:00
innodb-dict.test
innodb-enlarge-blob.opt
innodb-enlarge-blob.test
innodb-fk-virtual.test
innodb-fk-warnings.test
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
innodb-get-fk.test
innodb-index-debug.opt
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
innodb-index-online-fk.opt
innodb-index-online-fk.test
innodb-index-online-norebuild.opt
innodb-index-online-norebuild.test
innodb-index-online-purge.test
innodb-index-online.opt Reduce innodb_log_buffer_size 2020-02-18 10:54:56 +02:00
innodb-index-online.test MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
innodb-index.test
innodb-index_ucs2.test
innodb-isolation.test
innodb-lock-schedule-algorithm.opt
innodb-lock-schedule-algorithm.test
innodb-lock.test
innodb-lru-force-no-free-page.test
innodb-master.opt
innodb-mdev-7408.opt
innodb-mdev-7408.test
innodb-mdev-7513-master.opt
innodb-mdev-7513.test
innodb-mdev7046.test
innodb-on-duplicate-update.test
innodb-online-alter-gis.test
innodb-read-view.test
innodb-replace-debug.test
innodb-replace.test
innodb-rollback.test
innodb-semi-consistent-master.opt
innodb-semi-consistent.test
innodb-stats-initialize-failure.test
innodb-stats-modified-counter.opt
innodb-stats-modified-counter.test
innodb-stats-sample.test
innodb-system-table-view.opt
innodb-system-table-view.test
innodb-table-online-master.opt
innodb-table-online.test
innodb-timeout.test
innodb-trim.test MDEV-23855: Remove fil_system.LRU and reduce fil_system.mutex contention 2020-10-26 17:09:01 +02:00
innodb-truncate.test
innodb-ucs2.test
innodb-update-insert.test
innodb-virtual-columns-debug.test
innodb-virtual-columns.test
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
innodb-wl5522-debug.test Merge 10.4 into 10.5 2021-10-27 09:48:22 +03:00
innodb-wl5522.test Merge branch '10.4' into 10.5 2022-02-01 20:33:04 +01:00
innodb-wl5980-alter.opt
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
innodb.opt
innodb.test Merge 10.4 into 10.5 2021-03-08 10:16:20 +02:00
innodb_28867993.test
innodb_autoinc_lock_mode_zero-master.opt
innodb_autoinc_lock_mode_zero.test
innodb_blob_truncate.test
innodb_buffer_pool_dump_pct.test
innodb_buffer_pool_fail.test MDEV-25019 memory allocation failures during startup because 2021-04-07 16:42:09 +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-13626: Clean up the buffer pool resizing tests from MySQL 5.7 2020-03-19 13:01:20 +02:00
innodb_buffer_pool_resize.opt
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
innodb_bug30423.test
innodb_bug30919-master.opt
innodb_bug30919.test
innodb_bug34300.test Fix various spelling errors still found in code 2021-03-22 18:10:39 +11:00
innodb_bug35220.test
innodb_bug38231.test
innodb_bug39438-master.opt
innodb_bug39438.test
innodb_bug40360.test
innodb_bug40565.test
innodb_bug41904.test
innodb_bug42419.test
innodb_bug44032.test
innodb_bug44369.test
innodb_bug44571.test
innodb_bug45357.test
innodb_bug46000.test
innodb_bug46676.test
innodb_bug47621.test
innodb_bug47622.test
innodb_bug47777.test
innodb_bug48024.test
innodb_bug49164.test
innodb_bug51378.test
innodb_bug51920.test
innodb_bug52199.test
innodb_bug52663.test
innodb_bug53046.test
innodb_bug53290.test
innodb_bug53592.test
innodb_bug53674-master.opt
innodb_bug53674.test
innodb_bug53756-master.opt mtr: fix innodb_bug53756 on aix 2021-07-06 15:29:00 +10:00
innodb_bug53756.test
innodb_bug54044.test
innodb_bug56143.test
innodb_bug56716.test
innodb_bug56947.test
innodb_bug57252.test
innodb_bug57255.test
innodb_bug57904.test
innodb_bug59307.test
innodb_bug59410.test
innodb_bug59641.test
innodb_bug59733.test
innodb_bug60196-master.opt
innodb_bug60196.test MDEV-23511 shutdown_server 10 times out, causing server kill at shutdown 2020-08-21 14:48:53 +03:00
innodb_bug60229.test
innodb_bug68148.test
innodb_bug84958.test
innodb_bug11754376.test
innodb_bug12400341-master.opt
innodb_bug12400341.test
innodb_bug12661768.test
innodb_bug12902967.test Make all #sql temporary table names uniform 2020-04-19 17:33:51 +03:00
innodb_bug13510739.test
innodb_bug14007649.test
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
innodb_bug14676111.test
innodb_bug30113362.opt
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
innodb_bulk_create_index_debug.test
innodb_bulk_create_index_flush.opt
innodb_bulk_create_index_replication.test
innodb_bulk_create_index_small.test
innodb_corrupt_bit.opt
innodb_corrupt_bit.test
innodb_ctype_big5.test
innodb_ctype_latin1.test
innodb_ctype_ldml-master.opt
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 2021-11-09 08:50:33 +02:00
innodb_ctype_utf8.test
innodb_default_row_format.combinations
innodb_default_row_format.inc
innodb_defrag_binlog.opt
innodb_defrag_binlog.test
innodb_defrag_concurrent.opt
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
innodb_defrag_stats.test Make innodb.innodb_defrag_stats more deterministic 2021-09-29 12:13:11 +03:00
innodb_defrag_stats_many_tables.opt
innodb_defrag_stats_many_tables.test
innodb_defragment.opt
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
innodb_defragment_fill_factor.test
innodb_defragment_small.test
innodb_force_pk.opt
innodb_force_pk.test
innodb_force_recovery.test Merge 10.4 into 10.5 2022-02-25 13:27:41 +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
innodb_information_schema.test Merge branch '10.4' into 10.5 2022-02-01 20:33:04 +01:00
innodb_information_schema_buffer.opt
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
innodb_information_schema_tables.test
innodb_lock_wait_timeout_1-master.opt
innodb_lock_wait_timeout_1.test
innodb_max_recordsize_32k.opt
innodb_max_recordsize_32k.test
innodb_max_recordsize_64k.opt
innodb_max_recordsize_64k.test
innodb_multi_update.test MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
innodb_mutexes-master.opt
innodb_mutexes.test
innodb_mysql-master.opt
innodb_mysql.test
innodb_mysql_rbk-master.opt
innodb_mysql_rbk.test
innodb_notembedded.test
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
innodb_query_cache.test
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_create_on_corrupted.test
innodb_stats_create_table.test
innodb_stats_drop_locked.test mtr: innodb_stats_dropped_locked cleanup 2020-10-01 16:10:14 +10:00
innodb_stats_fetch.test
innodb_stats_fetch_corrupted.test
innodb_stats_fetch_nonexistent.test
innodb_stats_persistent.test
innodb_stats_persistent_debug.test
innodb_stats_rename_table.test
innodb_stats_rename_table_if_exists.test
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
innodb_sys_semaphore_waits.test dissapear -> disappear 2021-07-26 12:40:01 +02:00
innodb_sys_var_valgrind.test MDEV-22393 Corruption for SET GLOBAL innodb_ string variables 2020-04-28 16:09:07 +03:00
innodb_timeout_rollback-master.opt
innodb_timeout_rollback.test
innodb_trx_weight.test
innodb_uninstall.opt
innodb_uninstall.test
innodb_wl6326.opt
innodb_wl6326.test MDEV-22242 B-trees can become extremely skewed 2020-04-14 18:43:03 +03:00
insert_debug.test
instant_alter.opt
instant_alter.test Merge 10.4 into 10.5 2021-05-03 14:34:48 +03:00
instant_alter_bugs.test Merge 10.4 into 10.5 2022-03-15 08:32:28 +02:00
instant_alter_charset.test Merge remote-tracking branch 'upstream/10.4' into 10.5 2021-09-10 17:16:18 +03:00
instant_alter_crash.test Merge 10.3 into 10.4 2020-12-01 19:51:14 +02:00
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 2022-03-07 09:26:50 +02:00
instant_alter_extend.combinations
instant_alter_extend.test MDEV-22771 Instant extension of CHAR column is wrongly allowed 2020-07-20 14:15:56 +03:00
instant_alter_import.test MDEV-27272 Crash on EXPORT/IMPORT tablespace with column added in the middle 2022-01-19 00:04:57 +03: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
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
instant_alter_purge.test Merge 10.3 into 10.4 2020-10-29 13:38:38 +02:00
instant_alter_rollback.test
instant_auto_inc.test
instant_drop.test
leaf_page_corrupted_during_recovery.combinations
leaf_page_corrupted_during_recovery.opt
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-27992 DELETE fails to delete record after blocking is released 2022-03-07 16:42:05 +03:00
lock_deleted.test
log_corruption.test MDEV-14425 deprecate and ignore innodb_log_files_in_group 2020-02-19 12:21:59 +03:00
log_data_file_size.opt
log_data_file_size.test
log_file.test Merge branch 10.4 into 10.5 2021-12-26 12:51:04 +01:00
log_file_name.test Merge branch bb-10.4-release into bb-10.5-release 2021-05-05 23:57:11 +03:00
log_file_name_debug.test Merge 10.4 into 10.5 2020-05-05 21:16:22 +03:00
log_file_size.test MDEV-14425 deprecate and ignore innodb_log_files_in_group 2020-02-19 12:21:59 +03:00
max_record_size.test
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-14846 InnoDB: assertion on trx->state because of deadlock error ignored 2021-10-11 12:26:43 +03:00
mdev-15707.opt
mdev-15707.test
missing_tablespaces.test
monitor.test MDEV-14479: Do not acquire InnoDB record locks when covering table locks 2020-03-02 09:09:51 +03:00
multi_repair-7404.test
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-25440: Indexed CHAR columns are broken with NO_PAD collations 2022-01-26 12:42:17 +02:00
page_cleaner.test MDEV-24917 Page cleaner wrongly remains idle 2021-02-18 18:20:50 +02:00
page_id_innochecksum.test
page_reorganize.test MDEV-27993 Assertion failed in btr_page_reorganize_low() 2022-03-03 11:51:25 +02:00
purge.test
purge_secondary.opt
purge_secondary.test MDEV-23399: Performance regression with write workloads 2020-10-15 17:04:56 +03:00
purge_thread_shutdown.test
read_only_recover_committed.test MDEV-27332 SIGSEGV in fetch_data_into_cache() 2021-12-21 11:07:25 +02:00
read_only_recovery.test
readahead.test
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-26784 [Warning] InnoDB: Difficult to find free blocks in the buffer pool 2022-01-21 14:15:18 +05:30
recovery_shutdown.test
rename_table.opt
rename_table.test
rename_table_debug.test
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 Merge branch '10.3' into 10.4 2022-01-30 09:46:52 +01:00
row_format_redundant.test Merge 10.3 into 10.4 2020-09-21 12:29:00 +03:00
row_lock.test
row_size_error_log_warnings_3.test MDEV-20194 Warnings inconsistently issued upon CHECK on table from older versions 2022-04-20 19:55:17 +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
sp_temp_table.test
stat_tables.test
stats_persistent.test MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 2020-10-27 19:09:20 +03:00
stored_fk.test
strict_mode.test
system_tables.test
table_definition_cache_debug.opt
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
table_flags.opt
table_flags.test MDEV-23199 page_compression flag is missing for full_crc32 tablespace 2020-09-10 15:26:43 +05:30
table_index_statistics.inc
table_index_statistics.test
temp_table.test
temp_table_savepoint.test Partition the test innodb.temp_table_savepoint 2020-06-08 12:55:04 +03:00
temporary_table.test Merge branch 10.4 into 10.5 2021-12-26 12:51:04 +01:00
temporary_table_optimization.opt
temporary_table_optimization.test
tmpdir.test
trigger.test
trigger_error.test
truncate.test MDEV-23705 Assertion 'table->data_dir_path || !space' 2020-09-22 11:13:51 +03:00
truncate_crash.test
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
trx_id_future.combinations
trx_id_future.test
undo_log.test
undo_truncate.opt MDEV-26445 innodb_undo_log_truncate is unnecessarily slow 2021-09-24 08:24:03 +03:00
undo_truncate.test MDEV-23974 Tests fail due to [Warning] InnoDB: Trying to delete tablespace 2022-03-23 16:42:43 +02:00
undo_truncate_recover.combinations
undo_truncate_recover.opt
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
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 failed in buildbot with wrong result 2021-10-19 08:46:16 +03:00
update_time_wl6658.test
xa_debug.test
xa_recovery.test MDEV-22769 Shutdown hang or crash due to XA breaking locks 2020-06-05 15:22:46 +03:00
xa_recovery_debug.test MDEV-13626: Make test more robust 2020-05-15 22:54:05 +03:00