mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
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.
This commit is contained in:
parent
ea6ca01397
commit
55a96c055a
2 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue