mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
0a578711a2
Adding the tests cases alone for WL#4165, disabled mysql-test/t/disabled.def: WL#4165 (Prepared statements: validation) mysql-test/r/ps_ddl.result: WL#4165 (Prepared statements: validation) mysql-test/t/ps_ddl.test: WL#4165 (Prepared statements: validation)
25 lines
1.2 KiB
Modula-2
25 lines
1.2 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.
|
|
#
|
|
##############################################################################
|
|
user_limits : Bug#23921 random failure of user_limits.test
|
|
|
|
concurrent_innodb : BUG#21579 2006-08-11 mleich innodb_concurrent random failures with varying differences
|
|
ctype_big5 : BUG#26711 2007-06-21 Lars Test has never worked on Double Whopper
|
|
|
|
federated_transactions : Bug#29523 Transactions do not work
|
|
events : Bug#32664 events.test fails randomly
|
|
lowercase_table3 : Bug#32667 lowercase_table3.test reports to error log
|
|
kill : Bug#29149: Test "kill" fails on Windows
|
|
innodb_mysql : Bug#32724: innodb_mysql.test fails randomly
|
|
wait_timeout : Bug#32801 wait_timeout.test fails randomly
|
|
ctype_create : Bug#32965 main.ctype_create fails
|
|
status : Bug#32966 main.status fails
|
|
ps_ddl : Bug#12093 2007-12-14 pending WL#4165 / WL#4166
|