summaryrefslogtreecommitdiff
path: root/mysql-test/t/crash_commit_before.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/crash_commit_before.test')
-rw-r--r--mysql-test/t/crash_commit_before.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/crash_commit_before.test b/mysql-test/t/crash_commit_before.test
index e3dba58d4df..e7d8a373647 100644
--- a/mysql-test/t/crash_commit_before.test
+++ b/mysql-test/t/crash_commit_before.test
@@ -12,7 +12,7 @@ START TRANSACTION;
insert into t1 values(9);
# Setup the mysqld to crash at certain point
-SET SESSION debug="d,crash_commit_before";
+SET GLOBAL debug="d,crash_commit_before";
# Write file to make mysql-test-run.pl expect crash and restart
--exec echo "restart" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect