blob: 631f01a8e658c696186dc3a85ffe446d3335631e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
##############################################################################
#
# 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-10771
innodb_bug14147491 : MDEV-12253 ut_ad(buf_pool->n_pend_reads > 0)
|