From c4f690b48d4f12e09a284b3b7ad91c24be191e8a Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Wed, 25 Mar 2009 19:00:04 +0300 Subject: [PATCH] Disable query_cache_28249 due to Bug#43861. --- mysql-test/t/disabled.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index eab0542314a..760c29bbae6 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -11,5 +11,7 @@ ############################################################################## kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enough for pushbuild. innodb_bug39438 : BUG#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently" +query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically + #concurrent_innodb_safelog: disabled for embedded server due to bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog). #concurrent_innodb_unsafelog: disabled for embedded server due to bug#43733.