summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-03-25 19:00:04 +0300
committerAlexander Nozdrin <alik@sun.com>2009-03-25 19:00:04 +0300
commitc4f690b48d4f12e09a284b3b7ad91c24be191e8a (patch)
tree5956b23e9a7695cc34943cc3f7d961457398a5ff
parentc1c30f9fb9dea20d735f5d5b3909d9b23604d4c0 (diff)
downloadmariadb-git-c4f690b48d4f12e09a284b3b7ad91c24be191e8a.tar.gz
Disable query_cache_28249 due to Bug#43861.
-rw-r--r--mysql-test/t/disabled.def2
1 files changed, 2 insertions, 0 deletions
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.