summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/change_column_collation.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/t/change_column_collation.test')
-rw-r--r--mysql-test/suite/innodb/t/change_column_collation.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/innodb/t/change_column_collation.test b/mysql-test/suite/innodb/t/change_column_collation.test
index 7d82aac7ec2..f63d1974c72 100644
--- a/mysql-test/suite/innodb/t/change_column_collation.test
+++ b/mysql-test/suite/innodb/t/change_column_collation.test
@@ -63,13 +63,13 @@ INSERT INTO t1 VALUES (4, 'AAA');
UPDATE t1 set msg = "ddd" where id = 2;
DELETE FROM t1 WHERE id= 3;
SET DEBUG_SYNC = 'now SIGNAL go_ahead';
-SET DEBUG_SYNC = 'RESET';
connection default;
--error ER_DUP_ENTRY
reap;
+SET DEBUG_SYNC = 'RESET';
SELECT * FROM t1;
DROP TABLE t1;