mariadb/mysql-test/suite/innodb/r
Thirunarayanan Balathandayuthapani c6de1267dd MDEV-35689 InnoDB system tables cannot be optimized or defragmented
- With the help of MDEV-14795, InnoDB implemented a way to shrink
the InnoDB system tablespace after undo tablespaces have been moved
to separate files (MDEV-29986). There is no way to defragment any
pages of InnoDB system tables. By doing that, shrinking of
system tablespace can be more effective. This patch deals with
defragment of system tables inside ibdata1.

Following steps are done to do the defragmentation of system
tablespace:
1) Make sure that there is no user tables exist in ibdata1

2) Iterate through all extent descriptor pages in system tablespace
and note their states.

3) Find the free earlier extent to replace the lastly used
extents in the system tablespace.

4) Iterate through all indexes of system tablespace and defragment
the tree level by level.

5) Iterate the level from left page to right page and find out
the page comes under the extent to be replaced. If it is then
do step (6) else step(4)

6) Prepare the allocation of new extent by latching necessary
pages. If any error happens then there is no modification of
page happened till step (5).

7) Allocate the new page from the new extent

8) Prepare the associated pages for the block to be modified

9) Prepare the step of freeing of page

10) If any error happens during preparing of associated pages,
freeing of page then restore the page which was modified
during new page allocation

11) Copy the old page content to new page

12) Change the associative pages like left, right and parent page

13) Complete the freeing of old page

Allocation of page from new extent, changing of relative pages,
freeing of page are done by 2 steps. one is prepare which
latches the to be modified pages and checks their validation.
Other is complete(), Do the operation

fseg_validate(): Validate the list exist in inode segment

Defragmentation is enabled only when :autoextend exist in
innodb_data_file_path variable.
2025-04-10 17:13:34 +05:30
..
101_compatibility.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
add_constraint.result cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/ 2019-02-05 01:34:17 +01:00
add_foreign_key.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
alter_algorithm,INPLACE.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
alter_algorithm,INSTANT.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
alter_algorithm,NOCOPY.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
alter_algorithm.result fix main.mysql57_virtual, main.alter_table, innodb.alter_algorithm 2023-08-15 10:16:13 +02:00
alter_algorithm2.result Merge 10.3 into 10.4 2020-05-05 20:33:10 +03:00
alter_candidate_key.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
alter_copy.result MDEV-34455 innodb_read_only=ON fails to imply innodb_doublewrite=OFF 2024-06-26 08:23:54 +03:00
alter_copy_bulk,OFF.rdiff MDEV-33087 ALTER TABLE...ALGORITHM=COPY should build indexes more efficiently 2024-09-05 16:24:16 +05:30
alter_copy_bulk.result MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field 2024-12-09 20:27:12 +05:30
alter_crash.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
alter_crash_rebuild.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
alter_dml_apply.result MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
alter_foreign_crash.result MDEV-25748 DROP DATABASE drops unrelated FOREIGN KEY constraints 2021-05-21 18:03:39 +03:00
alter_inplace_perfschema.result MDEV-16548 - Innodb fails to start on older kernels that don't support F_DUPFD_CLOEXEC 2019-05-24 13:21:14 +04:00
alter_key_block_size-11757.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
alter_kill.result MDEV-33545: Improve innodb_doublewrite to cover NO_FSYNC 2024-04-04 08:12:54 +03:00
alter_large_dml.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
alter_mdl_timeout.result MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
alter_missing_tablespace.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
alter_not_null,COPY,NON-STRICT.rdiff don't use normal diffs in *.rdiff files 2024-04-30 16:57:07 +02:00
alter_not_null,COPY,STRICT.rdiff don't use normal diffs in *.rdiff files 2024-04-30 16:57:07 +02:00
alter_not_null,INPLACE,STRICT.rdiff don't use normal diffs in *.rdiff files 2024-04-30 16:57:07 +02:00
alter_not_null.result MDEV-16365 Setting a column NOT NULL fails to return error for 2018-07-02 12:45:02 +05:30
alter_not_null_debug,STRICT.rdiff MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
alter_not_null_debug.result MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
alter_partitioned.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
alter_partitioned_debug.result MDEV-36227 Race condition between ALTER TABLE…EXCHANGE PARTITION and SELECT 2025-03-07 10:52:59 +02:00
alter_partitioned_xa.result Merge branch '10.1' into 10.2 2018-05-10 13:01:42 +02:00
alter_persistent_autoinc.result MDEV-26224 InnoDB fails to remove AUTO_INCREMENT attribute 2022-04-21 15:23:21 +03:00
alter_primary_key.result MDEV-23805 Make Online DDL to Instant DDL when table is empty 2021-11-12 17:46:35 +05:30
alter_rename_existing.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
alter_table.result Merge 10.11 into 11.0 2023-12-20 16:05:20 +02:00
alter_table_upgrade.result Merge 10.5 into 10.6 2022-10-25 14:25:42 +03:00
alter_varchar_change.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
analyze_table.result Fix for using uninitialized memory 2020-05-15 15:10:58 +03:00
auto_increment_dup.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
auto_increment_lock_mode.result MDEV-35701 trx_t::autoinc_locks causes unnecessary dynamic memory allocation 2025-01-15 16:55:01 +02:00
autoinc_debug.result Merge 10.5 into 10.6 2024-03-12 09:19:57 +02:00
autoinc_import.result MDEV-33277 In-place upgrade causes invalid AUTO_INCREMENT values 2024-02-08 10:35:45 +02:00
autoinc_persist,desc.rdiff Merge 10.6 into 10.11 2025-02-25 10:23:24 +02:00
autoinc_persist.result Merge 10.11 into 11.4 2025-03-03 11:07:56 +02:00
avoid_deadlock_with_blocked.result MDEV-34877 Port "Bug #11745929 Change lock priority so that the transaction holding S-lock gets X-lock first" fix from MySQL to MariaDB 2025-01-23 17:38:32 +03:00
binlog_consistent.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
blob-crash.result MDEV-13626: Import and adjust innodb.blob-crash 2019-07-02 15:18:12 +03:00
blob-update-debug.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
blob_cmp_empty.result 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.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
bulk_load.result MDEV-34703 LOAD DATA INFILE using Innodb bulk load aborts 2025-01-15 23:49:13 +05:30
cascade_lock_wait.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
change_column_collation.result 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,4k.rdiff MDEV-20094 InnoDB blob allocation allocates extra extents 2024-04-05 19:55:57 +05:30
check_ibd_filesize,8k.rdiff MDEV-20094 InnoDB blob allocation allocates extra extents 2024-04-05 19:55:57 +05:30
check_ibd_filesize,32k.rdiff MDEV-20094 InnoDB blob allocation allocates extra extents 2024-04-05 19:55:57 +05:30
check_ibd_filesize,64k.rdiff MDEV-20094 InnoDB blob allocation allocates extra extents 2024-04-05 19:55:57 +05:30
check_ibd_filesize.result MDEV-20094 InnoDB blob allocation allocates extra extents 2024-04-05 19:55:57 +05:30
compression_providers_loaded,lz4.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_loaded,lzma.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_loaded,lzo.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_loaded,snappy.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_loaded.result MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded,lz4.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded,lzma.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded,lzo.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded,snappy.rdiff MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
compression_providers_unloaded.result MDEV-12933 sort out the compression library chaos 2021-10-27 15:55:14 +02:00
corrupted_during_recovery.result MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
count_distinct.result MDEV-4925 Wrong result - count(distinct), Using index for group-by (scanning) 2014-05-12 12:56:13 +02:00
create-index.result Bug #18010711 UNIQUE PREFIX INDEX ON BINARY COLUMN: 2014-02-17 13:45:34 +05:30
create_isl_with_direct.result Updated mtr files to support different compiled in options 2019-09-01 19:17:35 +03:00
create_like.result 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.result MDEV-35647 Possible hang during CREATE TABLE…SELECT error handling 2025-01-08 13:29:16 +02:00
create_table_insert_skip_locked.result MDEV-25433: SKIP LOCKED should imply NOWAIT 2021-04-19 14:04:02 +10:00
cursor-restore-locking.result MDEV-33004 innodb.cursor-restore-locking test fails 2024-02-07 12:35:18 +02:00
cursor-restore-unique-null.result Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
data_types.result compile-time deprecation reminders 2023-09-30 14:43:12 +02:00
ddl_purge.result Merge 10.5 into 10.6 2021-11-16 16:30:45 +02:00
deadlock_detect,ON.rdiff MDEV-24738 Improve the InnoDB deadlock checker 2021-02-17 12:44:08 +02:00
deadlock_detect.result MDEV-33935 fix deadlock counter 2024-06-19 20:43:33 +03:00
deadlock_in_subqueries_join.result 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.result Merge branch '10.5' into 10.6 2023-08-01 15:08:52 +02:00
deadlock_victim_race.result MDEV-29515 innodb.deadlock_victim_race is unstable 2022-09-19 16:57:58 +03:00
deadlock_wait_lock_race.result MDEV-29869 mtr failure: innodb.deadlock_wait_thr_race 2022-10-26 12:15:40 +03:00
deadlock_wait_thr_race.result MDEV-29869 mtr failure: innodb.deadlock_wait_thr_race 2022-10-26 12:15:40 +03:00
default_row_format_alter,compact.rdiff MDEV-23345 Assertion not_redundant() == old.not_redundant() 2020-08-04 11:49:52 +03:00
default_row_format_alter,redundant.rdiff MDEV-23345 Assertion not_redundant() == old.not_redundant() 2020-08-04 11:49:52 +03:00
default_row_format_alter.result MDEV-31025 Redundant table alter fails when fixed column 2023-04-19 17:11:14 +05:30
default_row_format_compatibility.result MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific error message 2022-11-11 10:21:28 +11:00
default_row_format_create,dynamic.rdiff After-merge fix 2018-03-12 22:08:08 +02:00
default_row_format_create,redundant.rdiff Merge 10.2 into 10.3 2021-10-21 13:41:04 +03:00
default_row_format_create.result MDEV-27973 SIGSEGV in ha_innobase::reset() after TRUNCATE of TEMPORARY TABLE 2022-03-01 17:52:45 +02:00
dml_purge.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
doublewrite.result MDEV-33295 innodb.doublewrite occasionally fails 2025-02-03 08:11:43 +02:00
doublewrite_debug.result MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
dropdb.result 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.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
encryption_threads_shutdown.result MDEV-24612: innodb hangs if it's initialization is broken before encryption threads are started 2021-01-19 06:43:56 +03:00
evict_tables_on_commit_debug.result MDEV-26879 innodb_evict_tables_on_commit_debug=on makes table creation hang 2022-01-05 12:14:01 +02:00
file_format_defaults.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
fk_col_alter.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
fk_drop_alter.result MDEV-22230 : Unexpected ER_ERROR_ON_RENAME upon DROP non-existing FOREIGN KEY 2023-11-26 18:46:00 +05:30
flush.result MDEV-24049 InnoDB: Failing assertion: node->is_open() in fil_space_t::flush_low 2020-10-29 09:15:35 +02:00
foreign-keys.result MDEV-35598 foreign key error is unnecessary truncated 2025-01-09 10:00:36 +01:00
foreign_key.result Merge branch '10.6' into 10.11 2025-01-30 11:55:13 +01:00
foreign_key_debug.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
foreign_key_not_windows.result Revert MDEV-25292 Atomic CREATE OR REPLACE TABLE 2022-10-27 23:13:41 +02:00
foreign_null,COPY.rdiff MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
foreign_null.result MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
foreign_sql_mode,COPY,NON-STRICT.rdiff MDEV-35445 Disable foreign key column nullability check for strict sql mode 2025-01-21 18:52:33 +05:30
foreign_sql_mode,COPY,NOSTRICT.rdiff MDEV-35445 Disable foreign key column nullability check for strict sql mode 2025-01-21 18:52:33 +05:30
foreign_sql_mode,INPLACE,NON-STRICT.rdiff MDEV-35445 Disable foreign key column nullability check for strict sql mode 2025-01-21 18:52:33 +05:30
foreign_sql_mode.result MDEV-35445 Disable foreign key column nullability check for strict sql mode 2025-01-21 18:52:33 +05:30
full_crc32_import.result Merge 10.5 into 10.6 2024-02-07 13:51:03 +02:00
gap_lock_split.result MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
gap_locks.result 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.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
group_commit_binlog_pos.result Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_binlog_pos_no_optimize_thread.result Simplify access to the binlog offset in InnoDB 2017-06-29 23:03:39 +03:00
group_commit_crash.result MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02:00
group_commit_crash_no_optimize_thread.result MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manual 2018-01-10 13:53:44 +02:00
group_commit_force_recovery.result MDEV-24302: RESET MASTER hangs 2021-03-29 15:16:23 +03:00
group_commit_no_optimize_thread.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
help_url.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
implicit_gap_lock_convertion.result MDEV-26206 gap lock is not set if implicit lock exists 2021-08-17 16:09:55 +03:00
import.result MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_bugs.result Merge branch '10.5' into 10.6 2024-08-03 09:04:24 +02:00
import_cfg.result MDEV-35169 ALTER TABLE...IMPORT TABLESPACE does not work with INDEX DESC 2025-01-28 11:56:35 +05:30
import_corrupted.result MDEV-13542: Crashing on corrupted page is unhelpful 2022-06-06 14:03:22 +03:00
import_hidden_fts.result 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.result MDEV-30655 IMPORT TABLESPACE fails with column count or index count mismatch 2024-02-20 19:48:25 +05:30
import_no_cfg.result MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_recovery.result MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_run_once.result MDEV-26137 Improve import tablespace workflow. 2023-07-04 17:56:27 +10:00
import_tablespace_race.result Merge 10.5 into 10.6 2022-12-13 16:58:58 +02:00
import_update_stats.result Merge 10.11 into 11.0 2024-01-03 15:55:17 +02:00
index_length.result 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.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
index_tree_operation.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
index_vcol_purge_startup.result 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.result Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
innochecksum_undo_page.result Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
innodb-16k.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
innodb-32k-crash.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
innodb-32k.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb-64k-crash,dynamic.rdiff 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,redundant.rdiff 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.result 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.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-ac-non-locking-select.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-agregate.result 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.result support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02:00
innodb-alter-debug.result MDEV-33993 Possible server hang on DROP INDEX or RENAME INDEX 2024-04-25 13:44:10 +03:00
innodb-alter-nullable.result MDEV-18819 ALTER_COLUMN_VCOL is not set for generated stored columns 2019-10-30 16:47:43 +01:00
innodb-alter-table.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
innodb-alter-tempfile.result Fix occasional failure of innodb.innodb-alter-tempfile 2023-12-04 11:17:46 +02:00
innodb-alter-timestamp.result support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02:00
innodb-alter.result Merge branch '11.1' into 11.2 2023-12-20 23:43:05 +01:00
innodb-analyze.result Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
innodb-autoinc-18274.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-autoinc-44030.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
innodb-autoinc-56228.result MDEV-35701 trx_t::autoinc_locks causes unnecessary dynamic memory allocation 2025-01-15 16:55:01 +02:00
innodb-autoinc-61209.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb-autoinc-optimize.result
innodb-autoinc-part.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-autoinc.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
innodb-bigblob.result MDEV-11782: Redefine the innodb_encrypt_log format 2017-02-15 08:07:20 +02:00
innodb-blob.result Merge branch '11.0' into 11.1 2023-11-30 19:13:30 +01:00
innodb-bug-14068765.result Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-bug-14084530.result Remove references to innodb_file_format. 2017-01-18 08:43:11 +02:00
innodb-consistent.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb-corrupted-table.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-dict.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
innodb-enlarge-blob.result Follow-up to MDEV-13227: Shorten the test 2017-09-06 16:13:20 +03:00
innodb-fk-virtual.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-fk-warnings.result MDEV-34823 Invalid arguments in ib_push_warning() 2024-09-06 14:29:09 +03:00
innodb-fk.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
innodb-fkcheck.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb-get-fk.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
innodb-index-debug.result Merge 10.5 into 10.6 2023-11-30 10:45:01 +02:00
innodb-index-online,crypt.rdiff Merge 10.1 into 10.2 2017-09-17 11:05:33 +03:00
innodb-index-online-delete.result Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
innodb-index-online-fk.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb-index-online-norebuild.result Bug #23475211 COMBINING ALTER OPERATIONS TRIGGERS TABLE REBUILD 2017-04-24 14:03:22 +03:00
innodb-index-online-purge.result Merge 10.1 into 10.2 2017-08-31 09:30:40 +03:00
innodb-index-online.result Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
innodb-index.result Merge 10.11 into 11.2 2024-10-03 13:24:43 +03:00
innodb-index_ucs2.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-isolation.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
innodb-lock-inherit-read_commited.result MDEV-33106 innodb.innodb-lock-inherit-read_commited times out 2024-10-09 11:26:12 +03:00
innodb-lock.result MDEV-515 Reduce InnoDB undo logging for insert into empty table 2021-01-25 18:41:27 +02:00
innodb-mdev-7408.result Merge InnoDB 5.7 from mysql-5.7.9. 2016-09-02 13:22:28 +03:00
innodb-mdev-7513.result Merge branch '10.3' into 10.4 2019-12-09 15:09:41 +01:00
innodb-mdev7046.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-on-duplicate-update.result Merge branch 'github/10.1' into 10.2 2018-02-06 14:50:50 +01:00
innodb-online-alter-gis.result support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02:00
innodb-page_compression_none.result MDEV-30825 innodb_compression_algorithm=0 (none) increments Innodb_num_pages_page_compression_error 2023-10-18 19:18:50 +11:00
innodb-read-view.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb-replace,INPLACE.rdiff MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist 2024-11-08 16:46:41 +05:30
innodb-replace-debug.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb-replace.result MDEV-35115 Inconsistent Replace behaviour when multiple unique index exist 2024-11-08 16:46:41 +05:30
innodb-rollback.result 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.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb-stats-initialize-failure.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb-stats-modified-counter.result MDEV-19940 Clean up INFORMATION_SCHEMA.INNODB_ tables 2019-07-04 00:09:16 +03:00
innodb-stats-sample.result Merge 10.4 into 10.5 2020-04-25 21:57:52 +03:00
innodb-system-table-view.result Merge 10.11 into 11.0 2023-11-24 11:20:56 +02:00
innodb-table-online,crypt.rdiff Merge 10.0 into 10.1 2017-09-25 09:50:24 +03:00
innodb-table-online.result Merge branch '11.2' into 11.3 2023-12-21 02:14:59 +01:00
innodb-timeout.result MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT] 2017-03-22 19:08:24 +04:00
innodb-trim.result MDEV-11254: innodb-use-trim has no effect in 10.2 2017-01-24 14:40:58 +02:00
innodb-truncate.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb-ucs2.result
innodb-update-insert.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-virtual-columns-debug.result MDEV-20143 innodb.innodb-virtual-columns-debug failed in buildbot with wrong result 2019-09-10 16:14:50 +03:00
innodb-virtual-columns.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
innodb-virtual-columns2.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb-wl5522,strict_crc32.rdiff don't use normal diffs in *.rdiff files 2024-04-30 16:57:07 +02:00
innodb-wl5522-1.result MDEV-33658 1/2 Refactoring: extract Key length initialization 2025-01-26 16:15:46 +01:00
innodb-wl5522-debug.result Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
innodb-wl5522.result Merge 10.11 into 11.0 2023-04-17 16:50:01 +03:00
innodb-wl5980-alter.result support 'alter online table t1 page_checksum=0' 2023-08-15 10:16:11 +02:00
innodb-xa.result MDEV-31928 Assertion xid ... < 128 failed in trx_undo_write_xid() 2023-08-17 10:31:55 +03:00
innodb.result Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
innodb_28867993.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_autoinc_lock_mode_zero.result
innodb_buffer_pool_dump_pct.result 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.result MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
innodb_buffer_pool_load_now.result MDEV-22242 B-trees can become extremely skewed 2020-04-14 18:43:03 +03:00
innodb_buffer_pool_resize.result MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
innodb_buffer_pool_resize_temporary.result MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
innodb_bug21704.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_bug30423.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
innodb_bug30919.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
innodb_bug34300.result Fix various spelling errors still found in code 2021-03-22 18:10:39 +11:00
innodb_bug35220.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_bug38231.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_bug39438.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_bug40360.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_bug40565.result
innodb_bug41904.result
innodb_bug42419.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
innodb_bug44032.result
innodb_bug44369.result
innodb_bug44571.result
innodb_bug45357.result
innodb_bug46000.result MDEV-13712 Spelling errors in the error message 2017-09-18 10:12:23 +02:00
innodb_bug46676.result
innodb_bug47621.result
innodb_bug47622.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_bug47777.result merge with mysql-5.5.30 minus few incorrect or not applicable changesets 2013-02-28 18:42:49 +01:00
innodb_bug48024.result
innodb_bug49164.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_bug51378.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_bug51920.result Removed "<select expression> INTO <destination>" deprication. 2023-02-03 11:57:50 +03:00
innodb_bug52199.result
innodb_bug52663.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_bug53046.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
innodb_bug53290.result
innodb_bug53592.result MDEV-30905 Remove old_alter_table variable 2023-08-02 13:29:48 +02:00
innodb_bug53674.result
innodb_bug53756.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_bug54044.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_bug56143.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_bug56716.result 5.5-merge 2011-07-02 22:08:51 +02:00
innodb_bug56947.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bug57252.result Removed /2 of InnoDB ref_per_key[] estimates 2023-02-10 12:59:36 +02:00
innodb_bug57255.result Fix Bug #57255 Cascade Delete results in "Got error -1 from storage engine". 2010-10-06 03:41:26 -07:00
innodb_bug57904.result Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug59307.result MDEV-12269 Port Bug#22996442 INNODB: MAKE UNIV_DEBUG DEPEND ON DBUG_OFF 2017-03-16 10:24:53 +02:00
innodb_bug59410.result Add the testcase for Bug#59410 to 5.1/builtin 2011-04-05 11:08:36 +03:00
innodb_bug59641.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
innodb_bug60049.result Remove useless test innodb.innodb_bug60049 2021-02-15 18:12:31 +02:00
innodb_bug60196.result Bug#16395459 TEST AND RESULT FILES WITH EXECUTE BIT 2014-06-25 12:35:50 +02:00
innodb_bug60229.result MDEV-17544 No warning when trying to name a primary key constraint. 2019-07-30 21:57:48 +04:00
innodb_bug68148.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bug84958.result MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
innodb_bug11754376.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb_bug12400341.result MDEV-23397 Remove deprecated InnoDB options in 10.6 2020-08-04 12:51:59 +03:00
innodb_bug12661768.result fixes for test failures 2012-09-27 20:09:46 +02:00
innodb_bug13510739.result Bug#14621190: HA_INNOBASE::INDEX_NEXT SKIPS A RECORD IF PREVIOUS 2013-10-01 10:05:45 +02:00
innodb_bug14007649.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_bug14147491.result Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
innodb_bug14676111.result Merge 10.3 into 10.4 2019-03-25 17:18:15 +02:00
innodb_bug27216817.result Merge branch '5.5' into 10.0 2018-04-20 14:33:24 +02:00
innodb_bug30113362.result MDEV-33542 Inplace algorithm occupies more disk space compared to copy algorithm 2024-03-19 18:42:45 +05:30
innodb_bulk_create_index.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bulk_create_index_debug.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_bulk_create_index_replication.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_bulk_create_index_small.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
innodb_corrupt_bit.result MDEV-21360 global debug_dbug pre-test value restoration issues 2020-01-15 18:06:24 +01:00
innodb_ctype_big5.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
innodb_ctype_latin1.result Removing MDEV-27871 from tastcases because it is not a bug 2024-06-28 16:45:50 +07:00
innodb_ctype_ldml.result MDEV-20912 Add support for utf8mb4_0900_* collations in MariaDB Server 2024-12-28 10:23:49 +02:00
innodb_ctype_tis620.result Merge 10.4 into 10.5 2022-11-30 13:10:52 +02:00
innodb_ctype_utf8.result Merge branch '10.5' into 10.6 2024-07-03 13:27:23 +02:00
innodb_force_pk.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
innodb_force_recovery.result MDEV-32920 innodb_buffer_pool_read_requests always 0 2023-12-07 15:18:24 +05:30
innodb_force_recovery_rollback.result Merge 10.3 into 10.4 2020-07-31 18:09:08 +03:00
innodb_gis.result Merge 10.6 into 10.7 2022-09-21 09:33:07 +03:00
innodb_i_s_innodb_locks.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_i_s_innodb_trx.result Merge branch '10.4' into 10.5 2023-12-02 01:02:50 +01:00
innodb_information_schema.result cleanup: innodb.innodb_information_schema 2025-01-09 10:00:35 +01:00
innodb_information_schema_buffer.result MDEV-31386 InnoDB: Failing assertion: page_type == i_s_page_type[page_type].type_value 2023-07-03 14:39:29 +03:00
innodb_information_schema_tables.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_lock_wait_timeout_1.result MDEV-21921 Make transaction_isolation and transaction_read_only into system variables 2023-04-12 11:04:29 +10:00
innodb_multi_update.result MDEV-24346 valgrind error in main.precedence 2020-12-19 11:44:42 +01:00
innodb_mysql.result Merge branch '10.11' into 11.2 2024-10-29 16:42:46 +01:00
innodb_mysql_rbk.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_notembedded.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
innodb_page_compressed.result Clean up the page_compressed tests 2022-04-25 10:19:12 +03:00
innodb_prefix_index_restart_server.result MDEV-21245 InnoDB: Using a partial-field key prefix in search 2023-12-14 09:57:38 +11:00
innodb_query_cache.result MDEV-16087 Inconsistent SELECT results when query cache is enabled 2018-06-18 14:26:37 +05:30
innodb_rename_index.result Merge remote-tracking branch 'origin/10.4' into 10.5 2022-09-14 16:24:51 +04:00
innodb_row_lock_time_ms.result MDEV-34489 innodb.innodb_row_lock_time_ms fails 2025-02-04 19:14:41 +03:00
innodb_scrub.result Merge 10.11 into 11.0 2023-11-24 11:20:56 +02:00
innodb_skip_innodb_is_tables.result Merge 10.11 into 11.0 2024-03-28 10:51:36 +02:00
innodb_stats.result Removed /2 of InnoDB ref_per_key[] estimates 2023-02-10 12:59:36 +02:00
innodb_stats_auto_recalc.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_ddl.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_lots.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_auto_recalc_on_nonexistent.result MDEV-35000: dict_table_close() breaks STATS_AUTO_RECALC 2025-02-28 09:00:16 +02:00
innodb_stats_create_on_corrupted.result MDEV-25907: Assertion failed in dict_table_schema_check() 2021-06-14 12:38:56 +03:00
innodb_stats_create_table.result Added missing tests for innodb persistent statistics (from mysql-5.6.10) 2013-08-07 17:08:51 -07:00
innodb_stats_drop_locked.result Revert MDEV-29566 2022-09-27 10:30:49 +03:00
innodb_stats_external_pages.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_fetch.result Merge 10.11 into 11.4 2025-03-03 11:07:56 +02:00
innodb_stats_fetch_corrupted.result Ensure that test_quick_select doesn't return more rows than in the table 2023-01-30 15:22:20 +02:00
innodb_stats_fetch_nonexistent.result Ensure that test_quick_select doesn't return more rows than in the table 2023-01-30 15:22:20 +02:00
innodb_stats_flag_global,off.rdiff MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_flag_global.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_persistent.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
innodb_stats_persistent_debug.result MDEV-15253: Default optimizer setting changes for MariaDB 10.4 2018-12-09 09:22:00 +05:30
innodb_stats_rename_table.result 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.result MDEV-25506 (3 of 3): Do not delete .ibd files before commit 2021-06-09 17:06:07 +03:00
innodb_stats_sample_pages.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_table_flag_auto_recalc.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_stats_table_flag_sample_pages.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
innodb_status_variables.result Merge 10.11 into 11.1 2024-06-17 09:21:50 +03:00
innodb_sys_var_valgrind.result 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.result Merge branch '10.5' into 10.6 2024-05-08 20:06:00 +02:00
innodb_trx_weight.result MDEV-18650: Options deprecated in previous versions - storage_engine 2020-02-13 13:42:01 +02:00
innodb_uninstall.result Merge branch '10.1' into 10.2 2016-06-30 16:38:05 +02:00
insert-before-delete.result Merge 10.5 into 10.6 2023-01-03 18:13:11 +02:00
insert_debug.result MDEV-29694 Remove the InnoDB change buffer 2023-01-11 17:59:36 +02:00
insert_into_empty,4k.rdiff MDEV-34119 Assertion `page_dir_get_n_heap(new_page) == 2U' failed in dberr_t PageBulk::init() 2025-01-02 17:34:24 +05:30
insert_into_empty,8k.rdiff MDEV-34119 Assertion `page_dir_get_n_heap(new_page) == 2U' failed in dberr_t PageBulk::init() 2025-01-02 17:34:24 +05:30
insert_into_empty,32k.rdiff MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field 2024-12-09 20:27:12 +05:30
insert_into_empty,64k.rdiff MDEV-35475 Assertion `!rec_offs_nth_extern(offsets1, n)' failed in cmp_rec_rec_simple_field 2024-12-09 20:27:12 +05:30
insert_into_empty.result Merge 10.11 into 11.4 2025-01-09 07:58:08 +02:00
insert_into_empty_debug.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
insert_into_empty_notembedded.result MDEV-32008 auto_increment value on table increments by one after restart 2023-08-29 10:37:08 +05:30
instant_alter,4k.rdiff MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
instant_alter,8k.rdiff MDEV-28304 innodb.instant_alter,8k.rdiff does not apply on FreeBSD 2022-04-13 09:23:52 +03:00
instant_alter,32k.rdiff Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
instant_alter,64k.rdiff Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
instant_alter.result Merge branch '10.6' into 10.11 2024-10-29 15:24:38 +01:00
instant_alter_bugs.result Merge branch '10.5' into 10.6 2024-10-29 14:20:03 +01:00
instant_alter_charset,redundant.rdiff MDEV-26294 Duplicate entries in unique index not detected when changing collation 2022-07-04 16:13:04 +03:00
instant_alter_charset.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
instant_alter_crash.result Merge branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
instant_alter_debug,redundant.rdiff Merge branch '10.5' into 10.6 2024-03-13 21:02:34 +01:00
instant_alter_debug.result Merge 11.0 into 11.1 2024-03-28 12:15:36 +02:00
instant_alter_extend,utf8.rdiff MDEV-22771 Instant extension of CHAR column is wrongly allowed 2020-07-20 14:15:56 +03:00
instant_alter_extend.result MDEV-33214 Table is getting rebuild with ALTER TABLE ADD COLUMN 2024-03-15 14:04:59 +05:30
instant_alter_import.result Merge branch '10.6' into 10.11 2024-04-22 15:23:10 +02:00
instant_alter_index_rename.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
instant_alter_inject.result MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
instant_alter_limit,4k.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
instant_alter_limit,8k.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
instant_alter_limit,16k.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
instant_alter_limit,32k.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
instant_alter_limit,64k.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
instant_alter_limit.result MDEV-20949: Merge 10.3 into 10.4 2019-11-14 13:22:29 +02:00
instant_alter_null.result MDEV-15563: Instantly change a column to NULL 2018-12-13 22:23:49 +02:00
instant_alter_purge,release.rdiff MDEV-32050: Deprecate&ignore innodb_purge_rseg_truncate_frequency 2023-10-25 09:11:58 +03:00
instant_alter_purge.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
instant_alter_rollback.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
instant_alter_upgrade.result 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.result MDEV-12836 Avoid table rebuild when removing of auto_increment settings 2019-03-20 19:18:21 +01:00
instant_drop.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
leaf_page_corrupted_during_recovery.result MDEV-29435 CHECK TABLE forgets to release latches after reporting failure 2022-09-01 10:40:27 +03:00
lock_delete_updated.result MDEV-29433 innodb.lock_delete_updated is unstable 2022-09-08 13:36:30 +03:00
lock_deleted.result MDEV-14589 InnoDB should not lock a delete-marked record 2018-05-29 08:54:33 +03:00
lock_insert_into_empty.result MDEV-14193 innodb.log_file_name failed in buildbot with exception 2024-02-26 19:04:14 +05:30
lock_isolation.result MDEV-35235 innodb_snapshot_isolation=ON fails to signal transaction rollback 2024-10-23 07:55:22 +03:00
lock_memory.result MDEV-28800 SIGABRT due to running out of memory for InnoDB locks 2024-05-20 21:19:13 +05:30
lock_memory_debug.result MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
lock_move_wait_lock_race.result MDEV-30940: Try to fix the test 2024-01-17 12:50:44 +02:00
lock_release.result 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.result MDEV-28709 unexpected X lock on Supremum in READ COMMITTED 2022-10-25 00:52:10 +03:00
log_corruption.result Merge 10.7 into 10.8 2022-11-30 12:12:07 +02:00
log_data_file_size.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
log_file.result MDEV-33894: Resurrect innodb_log_write_ahead_size 2024-06-27 16:38:08 +03:00
log_file_name.result Merge 10.11 into 11.4 2024-12-02 11:35:34 +02:00
log_file_overwrite.result MDEV-34519 innodb_log_checkpoint_now crashes when innodb_read_only is enabled 2024-07-05 15:26:05 +05:30
log_file_size.result MDEV-32104 remove deprecated features 2023-09-30 14:43:12 +02:00
log_file_size_online.result MDEV-35810 Missing error handling in log resizing 2025-01-13 10:41:40 +02:00
log_upgrade.result MDEV-24412: Create a separate test 2022-11-30 06:57:32 +02:00
log_upgrade_101_flags.result Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
max_record_size,4k,compact.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,4k,dynamic.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,4k,redundant.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,8k,compact.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,8k,dynamic.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,16k,compact.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,16k,dynamic.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,16k,redundant.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,32k,compact.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,32k,dynamic.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,32k,redundant.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,64k,compact.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,64k,dynamic.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size,64k,redundant.rdiff Remove dates from all rdiff files 2025-01-05 16:40:11 +02:00
max_record_size.result 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.result MDEV-16188 Post merge fixes: more for TokuDB 2019-02-08 12:32:31 -08:00
mdev-14846.result Merge 10.11 into 11.0 2023-02-16 13:34:45 +02:00
mem_pressure,32bit.rdiff MDEV-34863 RAM Usage Changed Significantly Between 10.11 Releases 2025-03-26 17:05:48 +02:00
mem_pressure.result MDEV-34863 RAM Usage Changed Significantly Between 10.11 Releases 2025-03-26 17:05:48 +02:00
missing_tablespaces.result MDEV-19886 InnoDB returns misleading ER_NO_SUCH_TABLE_IN_ENGINE 2019-06-27 15:39:04 +03:00
mon_lock_wait_current_count.result Merge branch '10.5' into 10.6 2023-11-08 15:57:05 +01:00
monitor.result Merge branch '10.11' into 11.0 2024-05-12 12:18:28 +02:00
multi_repair-7404.result MDEV-7404 REPAIR multiple tables crash in MDL_ticket::has_stronger_or_equal_type 2015-01-14 12:10:13 +01:00
mvcc.result MDEV-29983 Deprecate innodb_file_per_table 2023-01-11 17:55:56 +02:00
mvcc_secondary.result MDEV-25459 MVCC read from index on CHAR or VARCHAR wrongly omits rows 2021-04-24 09:26:49 +03:00
no_pad.result MDEV-26743 InnoDB: CHAR+nopad does not work well 2023-11-10 06:17:23 +04:00
online_table_rebuild.result MDEV-30183 Assertion `!memcmp(rec_trx_id, old_pk_trx_id->data, 6 + 7)' failed in row_log_table_apply_update 2023-03-06 23:40:13 +05:30
open_files_limit.result Merge 10.5 into 10.6 2024-06-10 15:22:15 +03:00
page_cleaner.result MDEV-35813: even more robust test case 2025-04-02 08:12:29 +03:00
page_compression_windows.result MDEV-34929 page-compressed tables do not work on Windows 2024-10-16 16:02:13 +02:00
page_id_innochecksum.result MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
page_reorganize.result Remove deprication from mariadbd --debug 2023-11-28 16:33:22 +02:00
partition_locking.result Fix cost calculation in test_if_cheaper_ordering() to be cost based 2023-02-02 23:08:23 +03:00
purge.result Merge 10.5 into 10.6 2024-10-03 09:31:39 +03:00
purge_pessimistic.result MDEV-35508 Race condition between purge and secondary index INSERT or UPDATE 2024-11-29 10:44:38 +02:00
purge_secondary.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
read_only_recover_committed.result Merge 10.5 into 10.6 2022-01-04 09:26:38 +02:00
read_only_recovery.result 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.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
records_in_range,4k.rdiff MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
records_in_range,8k.rdiff MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
records_in_range.result MDEV-13626 Merge InnoDB test cases from MySQL 5.7 2023-11-08 12:17:14 +02:00
recovery_memory.result MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
recovery_shutdown.result 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.result Merge 10.5 into 10.6 2024-03-12 09:19:57 +02:00
restart.result MDEV-29445: Reimplement SET GLOBAL innodb_buffer_pool_size 2025-03-26 17:05:44 +02:00
row_format_redundant.result Merge 10.11 into 11.1 2024-05-24 07:54:49 +03:00
row_lock.result MDEV-7635: Part 1 2017-02-10 06:30:42 -05:00
row_size_error_log_warnings_3,4k.rdiff MDEV-31161 Assertion failures upon adding a too long key to table with COMPRESSED row 2024-04-30 20:40:29 +05:30
row_size_error_log_warnings_3.result MDEV-31161 Assertion failures upon adding a too long key to table with COMPRESSED row 2024-04-30 20:40:29 +05:30
scrub.result Merge branch '10.11' into 11.0 2023-11-08 17:09:44 +01:00
scrub_debug.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
shrink_cached_undo.result MDEV-35398 Improve shrinking of system tablespace 2024-11-19 20:13:24 +05:30
skip_locked_nowait.result GIS skip_locked_nowait test needs fixing 2021-04-08 16:51:37 +10:00
skip_symbolic_links.result Merge 10.3 into 10.4 2022-09-13 16:36:38 +03:00
snapshot.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
sp_temp_table.result 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.result MDEV-28190 sql_mode makes MDEV-371 virtual column expressions nondeterministic 2023-04-06 16:17:50 +04:00
stat_tables.result Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
stats_persistent.result MDEV-35443: opt_search_plan_for_table() may degrade to full table scan 2024-12-19 14:05:16 +02:00
stored_fk.result MDEV-18114 Foreign Key Constraint actions don't affect Virtual Column 2023-08-02 14:45:31 +02:00
strict_mode.result MDEV-32128 wrong table name in innodb's "row too big" errors 2023-09-08 19:15:33 +02:00
sys_defragment.result MDEV-35689 InnoDB system tables cannot be optimized or defragmented 2025-04-10 17:13:34 +05:30
sys_defragment_fail.result MDEV-35689 InnoDB system tables cannot be optimized or defragmented 2025-04-10 17:13:34 +05:30
sys_truncate.result MDEV-35689 InnoDB system tables cannot be optimized or defragmented 2025-04-10 17:13:34 +05:30
sys_truncate_debug.result MDEV-35689 InnoDB system tables cannot be optimized or defragmented 2025-04-10 17:13:34 +05:30
sys_truncate_large.result MDEV-14795 InnoDB system tablespace cannot be shrunk 2023-08-01 19:43:04 +05:30
sys_truncate_shutdown.result MDEV-32452 InnoDB system tablespace is not shrunk on slow shutdown 2023-11-28 16:29:04 +05:30
sys_truncate_shutdown_debug.result MDEV-32452 InnoDB system tablespace is not shrunk on slow shutdown 2023-11-28 16:29:04 +05:30
system_tables.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
table_definition_cache_debug.result MDEV-15250 UPSERT during ALTER TABLE results in 'Duplicate entry' error for alter 2022-04-25 18:52:19 +05:30
table_flags,32k.rdiff Merge 10.5 into 10.6 2021-08-31 11:00:41 +03:00
table_flags,64k.rdiff Merge 10.5 into 10.6 2021-08-31 11:00:41 +03:00
table_flags.result Merge branch '10.11' into 11.1 2024-05-31 10:54:31 +10:00
table_index_statistics.result Added test cases for preceding test 2023-02-03 00:00:35 +03:00
tablespace_per_table_not_windows.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
tablespace_per_table_windows.result Merge branch '10.5' into 10.6 2023-12-17 11:20:43 +01:00
temp_table.result MDEV-23497 Make ROW_FORMAT=COMPRESSED read-only by default 2020-11-11 11:15:11 +02:00
temp_table_savepoint.result Partition the test innodb.temp_table_savepoint 2020-06-08 12:55:04 +03:00
temp_truncate.result 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.result MDEV-28699 Shrink temporary tablespaces without restart 2023-10-27 10:51:37 +03:00
temp_truncate_freed.result Merge 10.11 into 11.4 2025-03-28 13:55:21 +02:00
temporary_table.result Merge branch '10.11' into 11.1 2024-05-31 10:54:31 +10:00
temporary_table_optimization.result MDEV-34679 ER_BAD_FIELD uses non-localizable substrings 2024-10-17 21:37:37 +02:00
tmpdir.result MDEV-6720 - enable connection log in mysqltest by default 2016-03-31 10:11:16 +04:00
trigger.result MDEV-11236 Failing assertion: state == TRX_STATE_NOT_STARTED 2016-12-02 16:44:53 +02:00
trigger_error.result MDEV-12258 InnoDB: Fix the bogus debug assertion introduced in MDEV-12219 2017-03-18 21:37:36 +02:00
truncate.result MDEV-25506 (3 of 3): Do not delete .ibd files before commit 2021-06-09 17:06:07 +03:00
truncate_crash.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
truncate_foreign.result Adjust the MDEV-26052 test case for MDEV-29092 2023-12-15 15:30:09 +05:30
truncate_missing.result Merge 10.7 into 10.8 2022-09-21 09:52:09 +03:00
trx_id_future.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
trx_sys_t_find_lf_hash_error.result MDEV-31185 rw_trx_hash_t::find() unpins pins too early 2023-05-19 15:50:20 +03:00
undo_leak.result 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.result Fix some tests mainly on Valgrind 2025-03-29 10:14:56 +02:00
undo_log.result MDEV-32050 fixup: Stabilize tests 2023-11-21 12:42:00 +02:00
undo_space_dblwr.result MDEV-34830: LSN in the future is not being treated as serious corruption 2024-10-18 10:12:47 +03:00
undo_truncate.result Merge 10.6 into 10.11 2024-02-21 13:08:23 +02:00
undo_truncate_recover.result Merge branch '10.10' into 10.11 2023-11-08 16:46:47 +01:00
undo_upgrade.result MDEV-34200 InnoDB tries to write to read-only system tablespace 2024-05-23 09:35:06 +02:00
undo_upgrade_debug.result MDEV-19229 Allow innodb_undo_tablespaces to be changed after database creation 2022-10-25 11:19:36 +05:30
update-cascade.result Merge 10.5 into 10.6 2022-09-20 16:53:20 +03:00
update_time.result Merge branch '10.3' into 10.4 2022-08-02 14:15:39 +02:00
update_time_wl6658.result Write information about restart in .result 2019-04-01 19:47:24 +03:00
xa_debug.result Merge branch '10.1' into 10.2 2019-05-04 17:04:55 +02:00
xa_prepare_reset_supremum_lock.result 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.result MDEV-34690 lock_rec_unlock_unmodified() causes deadlock 2024-10-23 12:36:17 +03:00
xa_recovery.result Merge 10.5 into 10.6 2024-05-30 14:27:07 +03:00
xa_recovery_debug.result Merge 10.3 into 10.4 2020-04-16 12:12:26 +03:00
xa_unlock_unmodified.result MDEV-34690 lock_rec_unlock_unmodified() causes deadlock 2024-10-23 12:36:17 +03:00
xap_release_locks_on_dict_stats_table.result 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