mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
These tests were broken by commit 8773f14677
which disabled the innodb_defragment=ON functionality on OPTIMIZE TABLE.
17 lines
660 B
Modula-2
17 lines
660 B
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_scrub : MDEV-8139 scrubbing does not work reliably
|
|
innodb_scrub_background : MDEV-8139 scrubbing does not work reliably
|
|
innodb_encryption-page-compression : MDEV-11420
|
|
innodb-bad-key-change4 : MDEV-11336 Fix and enable innodb_defragment
|