summaryrefslogtreecommitdiff
path: root/mysql-test/t/myisam_crash_before_flush_keys.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/myisam_crash_before_flush_keys.test')
-rw-r--r--mysql-test/t/myisam_crash_before_flush_keys.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/myisam_crash_before_flush_keys.test b/mysql-test/t/myisam_crash_before_flush_keys.test
index 0b0491098cd..a9f36f40d10 100644
--- a/mysql-test/t/myisam_crash_before_flush_keys.test
+++ b/mysql-test/t/myisam_crash_before_flush_keys.test
@@ -10,6 +10,8 @@
call mtr.add_suppression("Got an error from thread_id=.*ha_myisam.cc:");
call mtr.add_suppression("MySQL thread id .*, query id .* localhost.*root Checking table");
+# Avoid CrashReporter popup on Mac
+--source include/not_crashrep.inc
let $MYSQLD_DATADIR= `select @@datadir`;
SET GLOBAL delay_key_write=ALL;