summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/instant_alter_purge,release.rdiff
blob: 53d2be18f9c374eb533926f8db6040e5d3dd8d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- instant_alter_purge.result
+++ instant_alter_purge,release.result
@@ -32,15 +32,11 @@
 START TRANSACTION WITH CONSISTENT SNAPSHOT;
 connection default;
 DELETE FROM t1;
-SET DEBUG_SYNC='innodb_commit_inplace_alter_table_enter SIGNAL go WAIT_FOR do';
 ALTER TABLE t1 ADD COLUMN f3 INT;
 connection purge_control;
-SET DEBUG_SYNC='now WAIT_FOR go';
 COMMIT;
 InnoDB		0 transactions not purged
-SET DEBUG_SYNC='now SIGNAL do';
 disconnect purge_control;
 connection default;
-SET DEBUG_SYNC=RESET;
 DROP TABLE t1;
 SET GLOBAL innodb_purge_rseg_truncate_frequency = @saved_frequency;