From e49cd90ff34d911781d36cc018775a47e8d8047c Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 Nov 2005 10:22:17 -0800 Subject: [PATCH] Disable a few failing NDB tests until they can be investigated mysql-test/t/disabled.def: Disable failing NDB tests --- mysql-test/t/disabled.def | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index fe95a543fb5..b12c849941d 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -1,6 +1,6 @@ ############################################################################## # -# List the test cases that are to be disabled temporarely. +# List the test cases that are to be disabled temporarily. # # Separate the test case name and the comment with ':'. # @@ -15,3 +15,6 @@ rpl_relayrotate : Unstable test case, bug#12429 rpl_until : Unstable test case, bug#12429 rpl_deadlock : Unstable test case, bug#12429 kill : Unstable test case, bug#9712 +ndb_alter_table : Bug #15323 +ndb_cache2 : Bug #15004 +ndb_cache_multi2: Bug #15004