mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
85ea327727
These tests were broken by commit 8773f14677
which disabled the innodb_defragment=ON functionality on OPTIMIZE TABLE.
21 lines
1.1 KiB
Modula-2
21 lines
1.1 KiB
Modula-2
##############################################################################
|
|
#
|
|
# List the test cases that are to be disabled temporarily.
|
|
#
|
|
# Separate the test case name and the comment with ':'.
|
|
#
|
|
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
|
|
#
|
|
# Do not use any TAB characters for whitespace.
|
|
#
|
|
##############################################################################
|
|
|
|
innodb_defragment_fill_factor : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.defrag_mdl-9155 : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defrag_concurrent : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defrag_stats : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defrag_stats_many_tables : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defragment : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defragment_fill_factor : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defragment_small : MDEV-11336 Fix and enable innodb_defragment
|
|
innodb.innodb_defrag_binlog : MDEV-11336 Fix and enable innodb_defragment
|