mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
This test case was failing on 5.5 and trunk for two reasons. 1) It waited for the "Waiting for table level lock" process state while this state was renamed "Waiting for table metadata lock" with the introduction of MDL in 5.5. 2) SET GLOBAL query_cache_size= 100000; gave a warning since query_cache_size is supposed to be multiples of 1024. This patch fixes these two issues and re-enables the test case.
19 lines
994 B
Modula-2
19 lines
994 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.
|
|
#
|
|
##############################################################################
|
|
lowercase_table3 : Bug#11762269 2010-06-30 alik main.lowercase_table3 on Mac OSX
|
|
read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exists
|
|
sum_distinct-big : Bug#11764126 2010-11-15 mattiasj was not tested
|
|
alter_table-big : Bug#11748731 2010-11-15 mattiasj was not tested
|
|
create-big : Bug#11748731 2010-11-15 mattiasj was not tested
|
|
archive-big : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc
|
|
log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists
|