mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-32050 fixup: Stabilize tests
In any test that uses wait_all_purged.inc, ensure that InnoDB tables
will be created without persistent statistics.
This is a follow-up to commit cd04673a17
after a similar failure was observed in the innodb_zip.blob test.
This commit is contained in:
@@ -4,7 +4,7 @@ SET GLOBAL INNODB_IMMEDIATE_SCRUB_DATA_UNCOMPRESSED=1;
|
||||
SET GLOBAL INNODB_LIMIT_OPTIMISTIC_INSERT_DEBUG=2;
|
||||
CREATE TABLE t1(f1 INT AUTO_INCREMENT PRIMARY KEY,
|
||||
f2 VARCHAR(256) GENERATED ALWAYS as('repairman'),
|
||||
INDEX idx(f2))ENGINE= InnoDB;
|
||||
INDEX idx(f2))ENGINE= InnoDB STATS_PERSISTENT=0;
|
||||
INSERT INTO t1(f1) SELECT seq FROM seq_1_to_50;
|
||||
FLUSH TABLE t1 FOR EXPORT;
|
||||
FOUND 108 /repairman/ in t1.ibd
|
||||
|
Reference in New Issue
Block a user