blob: 4c37bbc87ed552f29fb7d857b103b45b2ba63a14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
##############################################################################
#
# 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_bug52745: Disabled as this has valgrind failures (also in MySQL 5.1.50)
|