mariadb/mysql-test/suite/innodb/t
Marko Mäkelä 18dbeae1b8 MDEV-35849: index records in a wrong order
page_cur_dtuple_cmp(): Take DESC index fields into account also when
comparing a NULL value in a ROW_FORMAT≠REDUNDANT record.

Thanks to Elena Stepanova for finding this bug.
2025-01-15 07:31:33 +02:00
..
101_compatibility.test Merge branch '10.2' into 10.3 2022-01-29 15:41:05 +01:00
add_constraint.test
add_foreign_key.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
alter_algorithm-master.opt MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
alter_algorithm.inc MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
alter_algorithm.test MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
alter_algorithm2.test MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
alter_candidate_key.test MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
alter_copy.test MDEV-34455 innodb_read_only=ON fails to imply innodb_doublewrite=OFF 2024-06-26 08:23:54 +03:00
alter_copy_bulk.combinations MDEV-33087 ALTER TABLE...ALGORITHM=COPY should build indexes more efficiently 2024-07-30 11:59:01 +05:30
alter_copy_bulk.test Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
alter_crash.opt
alter_crash.test Merge 10.5 into 10.6 2024-04-18 07:14:56 +03:00
alter_crash_rebuild.test MDEV-26217 Failing assertion: list.count > 0 in ut_list_remove or Assertion `lock->trx == this' failed in dberr_t trx_t::drop_table 2022-04-26 18:09:03 +03:00
alter_dml_apply.opt MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
alter_dml_apply.test MDEV-29710: Disable some more tests on Valgrind 2022-11-10 08:54:57 +02:00
alter_foreign_crash.test MDEV-25748 DROP DATABASE drops unrelated FOREIGN KEY constraints 2021-05-21 18:03:39 +03:00
alter_inplace_perfschema.opt
alter_inplace_perfschema.test MDEV-31005: Make working cursor-protocol 2024-09-18 18:39:26 +07:00
alter_key_block_size-11757.test MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
alter_kill-master.opt MDEV-33545: Improve innodb_doublewrite to cover NO_FSYNC 2024-04-04 08:12:54 +03:00
alter_kill.test relax the XA recovery error 2024-11-05 14:00:52 -08:00
alter_large_dml.opt
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 Merge 10.5 into 10.6 2022-09-26 14:34:43 +03:00
alter_missing_tablespace.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
alter_non_null.inc
alter_not_null.inc MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
alter_not_null.test MDEV-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
alter_not_null_debug.test MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
alter_partitioned.test Merge 10.5 into 10.6 2021-09-11 17:55:27 +03:00
alter_partitioned_debug.test
alter_partitioned_xa.test
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-35419 Server crashes when a adding column to the table which has a primary key using hash 2024-12-06 20:28:45 +01:00
alter_rename_existing.test Merge 10.5 into 10.6 2024-04-18 07:14:56 +03:00
alter_sql_mode.combinations
alter_sql_mode.inc
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 MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04: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-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
autoinc_import.test MDEV-33277 In-place upgrade causes invalid AUTO_INCREMENT values 2024-02-08 10:35:45 +02:00
autoinc_persist.combinations MDEV-26938 Support descending indexes internally in InnoDB 2022-01-26 18:43:05 +01:00
autoinc_persist.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
binlog_consistent.test MDEV-24576 Atomic CREATE TABLE 2021-05-19 22:54:13 +02:00
blob-crash.test Merge 10.4 into 10.5 2022-09-26 13:34:38 +03:00
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
cascade_lock_wait.test MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
change_column_collation.test MDEV-31416 ASAN errors in dict_v_col_t::detach upon adding key to virtual column 2023-06-08 16:34:45 +05:30
check_ibd_filesize.test MDEV-26537 InnoDB corrupts files due to incorrect st_blksize calculation 2021-09-10 19:15:41 +03:00
compression_providers_loaded.combinations MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_loaded.test MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded.combinations MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded.test MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
corrupted_during_recovery.opt
corrupted_during_recovery.test Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
count_distinct.test
create-index.test
create_isl_with_direct.opt
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
create_table_insert_skip_locked.test MDEV-25433: SKIP LOCKED should imply NOWAIT 2021-04-19 14:04:02 +10:00
cursor-restore-locking.test MDEV-33004 innodb.cursor-restore-locking test fails 2024-02-07 12:35:18 +02:00
cursor-restore-unique-null.test Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
data_types.opt
data_types.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
ddl_purge.test Merge 10.5 into 10.6 2021-11-16 16:30:45 +02:00
deadlock_detect.combinations MDEV-24738: Extend the test innodb.deadlock_detect 2021-02-17 12:34:24 +02:00
deadlock_detect.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
deadlock_in_subqueries_join.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
deadlock_on_lock_upgrade.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
deadlock_victim_race.test Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
deadlock_wait_lock_race.opt MDEV-29869 mtr failure: innodb.deadlock_wait_thr_race 2022-10-26 12:15:40 +03:00
deadlock_wait_lock_race.test Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
deadlock_wait_thr_race.opt MDEV-29869 mtr failure: innodb.deadlock_wait_thr_race 2022-10-26 12:15:40 +03:00
deadlock_wait_thr_race.test Merge 11.4 into 11.7 2025-01-09 09:41:38 +02: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-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
default_row_format_create.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
dml_purge.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
doublewrite.combinations
doublewrite.test MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
doublewrite_debug.combinations Merge branch '10.11' into 11.0 2023-12-19 15:53:18 +01:00
doublewrite_debug.test MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
dropdb.test MDEV-27336 Crash on DROP DATABASE due to out-of-bounds result from InnoDB SUBSTR() 2021-12-21 17:33:26 +02:00
dropdb_cs.test MDEV-28802 DROP DATABASE in InnoDB still is case-insensitive 2022-06-13 17:05:31 +03: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 relax the XA recovery error 2024-11-05 14:00:52 -08:00
evict_tables_on_commit_debug.test MDEV-26879 innodb_evict_tables_on_commit_debug=on makes table creation hang 2022-01-05 12:14:01 +02:00
file_format_defaults.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
fk_col_alter.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
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 10.6 into 10.11 2024-12-19 15:38:53 +02: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 Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02: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 Merge 10.5 into 10.6 2024-02-07 13:51:03 +02:00
gap_lock_split.test MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
gap_locks.test Change cost for REF to take into account cost for 1 extra key read_next 2023-02-10 12:58:50 +02:00
group_commit.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03: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 MDEV-7850: Extend GTID Binlog Events with Thread Id 2024-05-03 13:58:19 -06: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 MDEV-7850: Extend GTID Binlog Events with Thread Id 2024-05-03 13:58:19 -06: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
group_commit_no_optimize_thread.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
help_url.test
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.test MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_bugs.test Merge branch '10.5' into 10.6 2024-08-03 09:04:24 +02:00
import_corrupted.test MDEV-29710: Disable some more tests on Valgrind 2022-11-10 08:54:57 +02:00
import_hidden_fts.test MDEV-35059 ALTER TABLE...IMPORT TABLESPACE with FULLTEXT SEARCH may corrupt the adaptive hash index 2024-10-02 11:09:31 +03:00
import_hidden_fts_debug.test MDEV-30655 IMPORT TABLESPACE fails with column count or index count mismatch 2024-02-20 19:48:25 +05:30
import_no_cfg.test MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_recovery.test MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_run_once.test MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_tablespace_race.test Merge 10.5 into 10.6 2023-04-11 16:15:19 +03:00
import_update_stats.test Merge 10.11 into 11.0 2024-01-03 15:55:17 +02:00
index_length.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
index_merge_threshold.opt MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
index_merge_threshold.test Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
index_tree_operation.opt
index_tree_operation.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02: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-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_array 2020-12-15 17:56:17 +02:00
information_schema_grants.test Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
innochecksum_undo_page.opt MDEV-35394 Innochecksum misinterprets freed pages 2024-11-27 13:00:51 +05:30
innochecksum_undo_page.test MDEV-35394 Innochecksum misinterprets freed pages 2024-11-27 13:00:51 +05:30
innodb-16k-master.opt MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
innodb-16k.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-32k-crash-master.opt
innodb-32k-crash.test
innodb-32k-master.opt
innodb-32k.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-64k-crash-master.opt
innodb-64k-crash.opt MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field 2024-12-09 20:27:12 +05:30
innodb-64k-crash.test MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field 2024-12-09 20:27:12 +05:30
innodb-64k-master.opt
innodb-64k.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-ac-non-locking-select.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb-agregate.test
innodb-alter-autoinc.test support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02:00
innodb-alter-debug.test MDEV-33993 Possible server hang on DROP INDEX or RENAME INDEX 2024-04-25 13:44:10 +03:00
innodb-alter-nullable.test
innodb-alter-table.test
innodb-alter-tempfile.test Merge 10.5 into 10.6 2024-04-18 07:14:56 +03:00
innodb-alter-timestamp.test support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02:00
innodb-alter.opt
innodb-alter.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-analyze.test
innodb-autoinc-18274.test
innodb-autoinc-44030.test
innodb-autoinc-56228-master.opt
innodb-autoinc-56228.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
innodb-autoinc-61209.test
innodb-autoinc-optimize.test
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
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
innodb-bigblob.test
innodb-blob.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
innodb-bug-14068765.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb-bug-14084530.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb-consistent-master.opt
innodb-consistent.test
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-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
innodb-enlarge-blob.opt MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
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 MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02: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
innodb-index-debug.test Merge branch '11.2' into 11.3 2023-11-14 18:33:03 +01:00
innodb-index-online-delete.test
innodb-index-online-fk.opt
innodb-index-online-fk.test Merge branch '10.6' into 10.11 2023-12-18 11:19:04 +01:00
innodb-index-online-norebuild.opt
innodb-index-online-norebuild.test
innodb-index-online-purge.test
innodb-index-online.opt MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
innodb-index-online.test Merge 10.11 into 11.0 2023-11-24 14:37:48 +02:00
innodb-index.opt MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
innodb-index.test MDEV-35849: index records in a wrong order 2025-01-15 07:31:33 +02:00
innodb-index_ucs2.opt MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
innodb-index_ucs2.test
innodb-isolation.test MDEV-35124 Set innodb_snapshot_isolation=ON by default 2024-10-11 15:02:31 +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.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
innodb-master.opt
innodb-mdev-7408.opt
innodb-mdev-7408.test
innodb-mdev-7513-master.opt
innodb-mdev-7513.test
innodb-mdev7046.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-on-duplicate-update.test
innodb-online-alter-gis.test support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02: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
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
innodb-semi-consistent-master.opt
innodb-semi-consistent.test MDEV-35124 Set innodb_snapshot_isolation=ON by default 2024-10-11 15:02:31 +03: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-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
innodb-stats-modified-counter.test
innodb-stats-sample.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
innodb-system-table-view.opt MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
innodb-system-table-view.test Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
innodb-table-online-master.opt MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
innodb-table-online.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-timeout.test
innodb-trim.test Merge 10.4 into 10.5 2022-10-06 08:29:56 +03:00
innodb-truncate.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb-ucs2.test MDEV-25829 Change default Unicode collation to uca1400_ai_ci 2024-05-24 15:50:05 +04:00
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 MDEV-29972 Crash emitting "Unsupported meta-data version number" error message 2023-12-12 15:09:31 +11:00
innodb-wl5522-debug.test Merge 10.11 into 11.2 2024-10-18 11:32:22 +03:00
innodb-wl5522.test Merge 10.11 into 11.0 2023-04-17 16:50:01 +03:00
innodb-wl5980-alter.opt
innodb-wl5980-alter.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb-xa.test MDEV-31928 Assertion xid ... < 128 failed in trx_undo_write_xid() 2023-08-17 10:31:55 +03:00
innodb.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
innodb_28867993.test Clean up log resizing 2022-02-14 19:49:54 +02:00
innodb_autoinc_lock_mode_zero-master.opt
innodb_autoinc_lock_mode_zero.test
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 Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
innodb_buffer_pool_resize.opt
innodb_buffer_pool_resize.test MDEV-27314 Condense innodb buffer pool resize message 2022-05-26 12:10:29 +10:00
innodb_buffer_pool_resize_bigtest.opt MDEV-27891: Make the test work with debug builds 2022-03-08 09:04:24 +02:00
innodb_buffer_pool_resize_bigtest.test MDEV-27891: Make the test work with debug builds 2022-03-08 09:04:24 +02: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-27314 Condense innodb buffer pool resize message 2022-05-26 12:10:29 +10: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-27314 Condense innodb buffer pool resize message 2022-05-26 12:10:29 +10:00
innodb_bug21704.test
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 MDEV-16708: fix in test failures(added --enable_prepared_warnings/--disable_prepared_warnings) 2021-06-17 19:30:24 +02: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.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bug40360.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_bug40565.test
innodb_bug41904.test
innodb_bug42419.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
innodb_bug44032.test
innodb_bug44369.test
innodb_bug44571.test Vanilla cleanups and refactorings 2021-10-26 17:07:46 +02:00
innodb_bug45357.test
innodb_bug46000.test
innodb_bug46676.test
innodb_bug47621.test
innodb_bug47622.test
innodb_bug47777.test
innodb_bug48024.test
innodb_bug49164.test MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_bug51378.test
innodb_bug51920.test Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
innodb_bug52199.test
innodb_bug52663.test
innodb_bug53046.test MDEV-21452: Replace ib_mutex_t with mysql_mutex_t 2020-12-15 17:56:18 +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-33655 Remove alter_algorithm 2024-05-27 12:39:03 +02:00
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 MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_bug54044.test
innodb_bug56143.test
innodb_bug56716.test
innodb_bug56947.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bug57252.test MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
innodb_bug57255.test
innodb_bug57904.test
innodb_bug59307.test
innodb_bug59410.test
innodb_bug59641.test MDEV-31003: Second execution for ps-protocol 2023-07-26 17:15:00 +07:00
innodb_bug60196-master.opt
innodb_bug60196.test MDEV-16944 Fix file sharing issues on Windows in mysqltest 2024-04-17 16:52:37 +02:00
innodb_bug60229.test
innodb_bug68148.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bug84958.test MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb_bug11754376.test
innodb_bug12400341.test MDEV-23397 Remove deprecated InnoDB options in 10.6 2020-08-04 12:51:59 +03:00
innodb_bug12661768.test
innodb_bug13510739.test
innodb_bug14007649.test MDEV-35124 Set innodb_snapshot_isolation=ON by default 2024-10-11 15:02:31 +03:00
innodb_bug14147491-master.opt MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bug14147491.test Merge 10.11 into 11.2 2024-10-18 11:32:22 +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 MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_corrupt_bit.opt
innodb_corrupt_bit.test
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
innodb_ctype_ldml.test MDEV-20912 Add support for utf8mb4_0900_* collations in MariaDB Server 2024-12-28 10:23:49 +02: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
innodb_default_row_format.inc
innodb_force_pk.opt
innodb_force_pk.test
innodb_force_recovery.test Merge 10.6 into 10.11 2024-10-03 10:55:08 +03: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
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 Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01: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-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_multi_update.test MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
innodb_mysql-master.opt
innodb_mysql.test Merge 10.11 into 11.2 2024-10-03 13:24:43 +03:00
innodb_mysql_rbk-master.opt
innodb_mysql_rbk.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
innodb_notembedded.test
innodb_page_compressed.combinations re-enable innodb.innodb_page_compressed tests 2022-06-16 21:56:34 +02: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-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
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_row_lock_time_ms.test MDEV-29311 Server Status Innodb_row_lock_time% is reported in seconds 2023-07-10 12:42:46 +03:00
innodb_scrub.opt MDEV-8139 Fix Scrubbing 2020-06-12 09:17:51 +05:30
innodb_scrub.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
innodb_skip_innodb_is_tables.opt MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_array 2020-12-15 17:56:17 +02:00
innodb_skip_innodb_is_tables.test MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_array 2020-12-15 17:56:17 +02:00
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 Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb_stats_create_on_corrupted.test MDEV-25907: Assertion failed in dict_table_schema_check() 2021-06-14 12:38:56 +03:00
innodb_stats_create_table.test
innodb_stats_drop_locked.test Revert MDEV-29566 2022-09-27 10:30:49 +03: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 Merge branch '11.1' into 11.2 2024-08-03 09:50:16 +02:00
innodb_stats_fetch_corrupted.test Cleanup: Simplify dict_table_schema_check() 2021-05-21 18:03:39 +03:00
innodb_stats_fetch_nonexistent.test
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 Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
innodb_stats_persistent_debug.test
innodb_stats_rename_table.test
innodb_stats_rename_table_if_exists.test MDEV-25506 (3 of 3): Do not delete .ibd files before commit 2021-06-09 17:06:07 +03: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_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-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
innodb_uninstall.opt
innodb_uninstall.test
insert-before-delete.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
insert_debug.test MDEV-29694 Remove the InnoDB change buffer 2023-01-11 17:59:36 +02:00
insert_into_empty.opt MDEV-30426 Assertion !rec_offs_nth_extern(offsets2, n) during bulk insert 2023-02-14 15:43:33 +05:30
insert_into_empty.test Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
insert_into_empty_debug.test MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-26 16:22:56 +05:30
insert_into_empty_notembedded.test MDEV-32008 auto_increment value on table increments by one after restart 2023-08-29 10:37:08 +05:30
instant_alter.opt MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
instant_alter.test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
instant_alter_bugs.test MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
instant_alter_charset.test MDEV-26294 Duplicate entries in unique index not detected when changing collation 2022-07-04 16:13:04 +03:00
instant_alter_crash.test Merge branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
instant_alter_debug.combinations MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
instant_alter_debug.test Merge 11.0 into 11.1 2024-03-28 12:15:36 +02:00
instant_alter_extend.combinations MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04: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.6' into 10.11 2024-04-22 15:23:10 +02:00
instant_alter_index_rename.test MDEV-25950 Ignoring strange row from mysql.innodb_index_stats after DDL 2021-06-22 17:52:54 +03:00
instant_alter_inject.test
instant_alter_limit.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
instant_alter_null.test MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
instant_alter_purge.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
instant_alter_rollback.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02: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
instant_drop.test
leaf_page_corrupted_during_recovery.combinations
leaf_page_corrupted_during_recovery.opt
leaf_page_corrupted_during_recovery.test Merge branch '11.6' into 11.7 2024-11-10 19:22:21 +01:00
lock_delete_updated.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
lock_deleted.test
lock_insert_into_empty.test MDEV-14193 innodb.log_file_name failed in buildbot with exception 2024-02-26 19:04:14 +05:30
lock_isolation.test Merge 11.4 into 11.7 2025-01-09 09:41:38 +02:00
lock_memory.test MDEV-28800 SIGABRT due to running out of memory for InnoDB locks 2024-05-20 21:19:13 +05:30
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-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
lock_move_wait_lock_race.test MDEV-30940: Try to fix the test 2024-01-17 12:50:44 +02:00
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_corruption.test Merge 10.11 into 11.0 2023-07-26 15:13:06 +03:00
log_data_file_size.opt MDEV-29986 Set innodb_undo_tablespaces=3 by default 2023-01-13 12:46:30 +02:00
log_data_file_size.test
log_file.test MDEV-33894: Resurrect innodb_log_write_ahead_size 2024-06-27 16:38:08 +03:00
log_file_name.test Merge 11.4 into 11.7 2024-12-02 17:51:17 +02:00
log_file_overwrite.test relax the XA recovery error 2024-11-05 14:00:52 -08:00
log_file_size.test relax the XA recovery error 2024-11-05 14:00:52 -08:00
log_file_size_online.combinations MDEV-27812 Allow SET GLOBAL innodb_log_file_size 2022-03-02 16:53:04 +02:00
log_file_size_online.test Fixed failing test case innodb.log_file_size_online 2024-12-27 16:14:51 +02:00
log_upgrade.test MDEV-29694 Remove the InnoDB change buffer 2023-01-11 17:59:36 +02:00
log_upgrade_101_flags.test Merge 10.11 into 11.0 2024-03-28 10:51:36 +02:00
max_record_size.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04: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 Merge 10.11 into 11.4 2025-01-09 07:58:08 +02:00
mem_pressure.test MariaDB 11.4.4 release 2024-11-08 07:17:00 +01:00
missing_tablespaces.test Merge 10.7 into 10.8 2022-10-13 10:42:41 +03:00
mon_lock_wait_current_count.test Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
monitor.test Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
multi_repair-7404.test
mvcc.test MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02: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
online_table_rebuild.opt MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
online_table_rebuild.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +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 Merge 10.5 into 10.6 2024-06-10 15:22:15 +03:00
page_cleaner.test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03: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-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
page_reorganize.test MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
partition_locking.test Fix cost calculation in test_if_cheaper_ordering() to be cost based 2023-02-02 23:08:23 +03:00
purge.test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
purge_pessimistic.opt MDEV-35508 Race condition between purge and secondary index INSERT or UPDATE 2024-11-29 10:44:38 +02:00
purge_pessimistic.test MDEV-35508 Race condition between purge and secondary index INSERT or UPDATE 2024-11-29 10:44:38 +02:00
purge_secondary.opt MDEV-4750 follow-up: Reduce disabling innodb_stats_persistent 2021-08-31 13:55:02 +03:00
purge_secondary.test MDEV-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
read_only_recover_committed.test Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
read_only_recovery.test MDEV-33101 Server crashes when starting the server with innodb-force-recovery=6 and enabling the innodb_truncate_temporary_tablespace_now variable 2024-01-05 12:20:37 +05:30
readahead.test MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02: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 relax the XA recovery error 2024-11-05 14:00:52 -08:00
recovery_shutdown.test MDEV-34529 Shrink the system tablespace when system tablespace contains MDEV-30671 leaked undo pages 2024-10-16 21:34:24 +05:30
rename_table.opt MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
rename_table.test Merge 10.5 into 10.6 2024-03-12 09:19:57 +02: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 Merge 10.6 into 10.11 2024-10-03 10:55:08 +03:00
row_format_redundant.opt Merge 10.11 into 11.0 2023-11-24 11:20:56 +02:00
row_format_redundant.test Merge 10.11 into 11.1 2024-05-24 07:54:49 +03:00
row_lock.test MDEV-24035 Failing assertion: UT_LIST_GET_LEN(lock.trx_locks) == 0 causing disruption and replication failure 2024-12-12 18:02:00 +02:00
row_size_error_log_warnings_3.test MDEV-31161 Assertion failures upon adding a too long key to table with COMPRESSED row 2024-04-30 20:40:29 +05:30
scrub.test MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
scrub_debug.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
shrink_cached_undo.opt MDEV-35398 Improve shrinking of system tablespace 2024-11-19 20:13:24 +05:30
shrink_cached_undo.test MDEV-35398 Improve shrinking of system tablespace 2024-11-19 20:13:24 +05:30
skip_locked_nowait.test GIS skip_locked_nowait test needs fixing 2021-04-08 16:51:37 +10:00
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 MDEV-22189: Change error messages inside code to have mariadb instead of 2021-05-24 11:38:13 +05:30
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 Merge 10.6 into 10.11 2024-12-19 15:38:53 +02:00
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-19123 Change default charset from latin1 to utf8mb4 2024-07-11 10:21:07 +04:00
sys_truncate.opt MDEV-14795 InnoDB system tablespace cannot be shrunk 2023-08-01 19:43:04 +05:30
sys_truncate.test MDEV-14795 InnoDB system tablespace cannot be shrunk 2023-08-01 19:43:04 +05:30
sys_truncate_debug.opt MDEV-14795 InnoDB system tablespace cannot be shrunk 2023-08-01 19:43:04 +05:30
sys_truncate_debug.test MDEV-34529 Shrink the system tablespace when system tablespace contains MDEV-30671 leaked undo pages 2024-10-16 21:34:24 +05:30
sys_truncate_large.opt MDEV-14795 InnoDB system tablespace cannot be shrunk 2023-08-01 19:43:04 +05:30
sys_truncate_large.test MDEV-14795 InnoDB system tablespace cannot be shrunk 2023-08-01 19:43:04 +05:30
sys_truncate_shutdown.opt MDEV-32452 InnoDB system tablespace is not shrunk on slow shutdown 2023-11-28 16:29:04 +05:30
sys_truncate_shutdown.test MDEV-32452 InnoDB system tablespace is not shrunk on slow shutdown 2023-11-28 16:29:04 +05:30
sys_truncate_shutdown_debug.opt MDEV-32452 InnoDB system tablespace is not shrunk on slow shutdown 2023-11-28 16:29:04 +05:30
sys_truncate_shutdown_debug.test MDEV-32452 InnoDB system tablespace is not shrunk on slow shutdown 2023-11-28 16:29:04 +05:30
system_tables.test
table_definition_cache_debug.opt
table_definition_cache_debug.test MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
table_flags.combinations
table_flags.opt Merge 10.11 into 11.0 2023-11-24 11:20:56 +02:00
table_flags.test Merge branch '10.11' into 11.1 2024-05-31 10:54:31 +10:00
table_index_statistics.inc MDEV-34571 Add page accessed and pages read from disk to table_stats 2024-07-12 11:28:18 +03:00
table_index_statistics.test
tablespace_per_table_not_windows.opt Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
tablespace_per_table_not_windows.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
tablespace_per_table_windows.opt Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
tablespace_per_table_windows.test Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
temp_table.test MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
temp_table_savepoint.test Merge 11.4 into 11.6 2024-10-03 16:09:56 +03:00
temp_truncate.opt MDEV-28699 Shrink temporary tablespaces without restart 2023-10-27 10:51:37 +03:00
temp_truncate.test MDEV-33101 Server crashes when starting the server with innodb-force-recovery=6 and enabling the innodb_truncate_temporary_tablespace_now variable 2024-01-05 12:20:37 +05:30
temp_truncate_debug.opt MDEV-28699 Shrink temporary tablespaces without restart 2023-10-27 10:51:37 +03:00
temp_truncate_debug.test MDEV-28699 Shrink temporary tablespaces without restart 2023-10-27 10:51:37 +03:00
temp_truncate_freed.test MDEV-34552 innodb.temp_tablespace_freed fails with ER_WRONG_ARGUMENTS 2024-07-12 15:17:28 +05:30
temporary_table.test Merge branch '10.11' into 11.1 2024-05-31 10:54:31 +10:00
temporary_table_optimization.opt MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
temporary_table_optimization.test MDEV-22343 Remove SYS_TABLESPACES and SYS_DATAFILES 2020-11-11 11:15:11 +02:00
tmpdir.test
trigger.test
trigger_error.test
truncate.test MDEV-25506 (3 of 3): Do not delete .ibd files before commit 2021-06-09 17:06:07 +03:00
truncate_crash.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
truncate_foreign.test Adjust the MDEV-26052 test case for MDEV-29092 2023-12-15 15:30:09 +05:30
truncate_missing.test MDEV-14425 Improve the redo log for concurrency 2022-01-21 16:03:47 +02:00
trx_id_future.combinations
trx_id_future.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +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_leak.opt MDEV-34529 Shrink the system tablespace when system tablespace contains MDEV-30671 leaked undo pages 2024-10-16 21:34:24 +05:30
undo_leak.test MDEV-34529 Shrink the system tablespace when system tablespace contains MDEV-30671 leaked undo pages 2024-10-16 21:34:24 +05:30
undo_leak_fail.opt MDEV-34529 Shrink the system tablespace when system tablespace contains MDEV-30671 leaked undo pages 2024-10-16 21:34:24 +05:30
undo_leak_fail.test MDEV-34529 Shrink the system tablespace when system tablespace contains MDEV-30671 leaked undo pages 2024-10-16 21:34:24 +05:30
undo_log.test MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
undo_space_dblwr.opt MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
undo_space_dblwr.test MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
undo_truncate.opt MDEV-30870 Undo tablespace name displays wrongly for I_S queries 2023-03-17 17:17:35 +05:30
undo_truncate.test Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
undo_truncate_recover.combinations
undo_truncate_recover.opt
undo_truncate_recover.test Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
undo_upgrade.opt MDEV-19229 Allow innodb_undo_tablespaces to be changed after database creation 2022-10-25 11:19:36 +05:30
undo_upgrade.test MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-23 09:35:06 +02:00
undo_upgrade_debug.test MDEV-19229 Allow innodb_undo_tablespaces to be changed after database creation 2022-10-25 11:19:36 +05:30
update-cascade.test MDEV-29081 trx_t::lock.was_chosen_as_deadlock_victim race in lock_wait_end() 2022-08-24 17:06:57 +03: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
xa_debug.test
xa_prepare_reset_supremum_lock.test MDEV-32272 lock_release_on_prepare_try() does not release lock if supremum bit is set along with other bits set in lock's bitmap 2023-10-13 16:29:04 +03:00
xa_prepare_unlock_unmodified.test MDEV-34690 lock_rec_unlock_unmodified() causes deadlock 2024-10-23 12:36:17 +03:00
xa_recovery.test Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
xa_recovery_debug.test MDEV-13626: Make test more robust 2020-05-15 22:54:05 +03:00
xa_unlock_unmodified.opt MDEV-34690 lock_rec_unlock_unmodified() causes deadlock 2024-10-23 12:36:17 +03:00
xa_unlock_unmodified.test MDEV-34690 lock_rec_unlock_unmodified() causes deadlock 2024-10-23 12:36:17 +03:00
xap_release_locks_on_dict_stats_table.test MDEV-32272 lock_release_on_prepare_try() does not release lock if supremum bit is set along with other bits set in lock's bitmap 2023-10-13 16:29:04 +03:00