Commit e13e49e5 authored by Aleksey Midenkov's avatar Aleksey Midenkov

MDEV-20528 innodb.purge_secondary_mdev-16222 failed in buildbot, debug sync point wait timed out

parent 006f6f97
...@@ -264,8 +264,9 @@ DROP TABLE t1, t2; ...@@ -264,8 +264,9 @@ DROP TABLE t1, t2;
--echo # on table with virtual columns and indexes --echo # on table with virtual columns and indexes
--echo # --echo #
--source suite/innodb/include/wait_all_purged.inc
--let $datadir= `select @@datadir` --let $datadir= `select @@datadir`
SET @saved_dbug= @@GLOBAL.debug_dbug; set @saved_dbug= @@global.debug_dbug;
set global debug_dbug= "+d,ib_purge_virtual_mdev_16222_1,ib_purge_virtual_mdev_16222_2"; set global debug_dbug= "+d,ib_purge_virtual_mdev_16222_1,ib_purge_virtual_mdev_16222_2";
create table t1 ( create table t1 (
......
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