Commit 55a96c05 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-32050 fixup: innodb.instant_alter_crash

This test occasionally fails with a failure to purge history.
Let us try to purge everything before starting the interesting part,
to make that occasional failure go away.
parent ea6ca013
......@@ -27,6 +27,7 @@ SELECT * FROM t2;
id c2 c3
2 1 De finibus bonorum
3 4 accusantium doloremque laudantium
InnoDB 0 transactions not purged
BEGIN;
DELETE FROM t1;
ROLLBACK;
......
......@@ -38,6 +38,7 @@ disconnect ddl;
SELECT * FROM t1;
SELECT * FROM t2;
--source include/wait_all_purged.inc
BEGIN;
DELETE FROM t1;
ROLLBACK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment