summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/truncate_purge_debug.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/truncate_purge_debug.test')
-rw-r--r--mysql-test/suite/innodb/t/truncate_purge_debug.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/truncate_purge_debug.test b/mysql-test/suite/innodb/t/truncate_purge_debug.test
index 70ebd28024d..513c59e12c8 100644
--- a/mysql-test/suite/innodb/t/truncate_purge_debug.test
+++ b/mysql-test/suite/innodb/t/truncate_purge_debug.test
@@ -55,12 +55,12 @@ echo $remaining transactions not purged;
SET GLOBAL innodb_purge_rseg_truncate_frequency = @saved_frequency;
SET DEBUG_SYNC = 'now SIGNAL finish_scan';
-SET DEBUG_SYNC = 'RESET';
connection con1;
reap;
disconnect con1;
connection default;
+SET DEBUG_SYNC = 'RESET';
drop table t1;
--source include/wait_until_count_sessions.inc