From a3593930eefc17ac417bc31fa0d95d35137a1cab Mon Sep 17 00:00:00 2001 From: Satya B Date: Mon, 4 May 2009 14:35:16 +0530 Subject: Additional Fix for BUG#40827 - Killing insert-select to MyISAM can cause table corruption Disabling the mysiam_debug.test in embedded mode because of BUG#43733 mysql-test/t/myisam_debug.test: Disable the test in embedded mode --- mysql-test/t/myisam_debug.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/t/myisam_debug.test') diff --git a/mysql-test/t/myisam_debug.test b/mysql-test/t/myisam_debug.test index a73187cd2ca..913668c5f22 100644 --- a/mysql-test/t/myisam_debug.test +++ b/mysql-test/t/myisam_debug.test @@ -1,5 +1,8 @@ --source include/have_debug.inc +# We disable this test in embedded mode because of BUG#43733 +--source include/not_embedded.inc + --echo # --echo # BUG#40827 - Killing insert-select to MyISAM can cause table corruption --echo # -- cgit v1.2.1