summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mysql-test/t/myisam_debug.test3
1 files changed, 3 insertions, 0 deletions
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 #