summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam_debug.test
diff options
context:
space:
mode:
authorSatya B <satya.bn@sun.com>2009-05-04 14:35:16 +0530
committerSatya B <satya.bn@sun.com>2009-05-04 14:35:16 +0530
commita3593930eefc17ac417bc31fa0d95d35137a1cab (patch)
tree7555f571479a607f666b73eb9af8f07e76799a20 /mysql-test/t/myisam_debug.test
parent20378a2b9192e13fbbf97b256b6c06e30def099e (diff)
downloadmariadb-git-a3593930eefc17ac417bc31fa0d95d35137a1cab.tar.gz
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
Diffstat (limited to 'mysql-test/t/myisam_debug.test')
-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 #