mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Make the test work with any innodb_page_size.
This commit is contained in:
@ -13,10 +13,10 @@ SET GLOBAL innodb_fast_shutdown = 0;
|
||||
--source include/restart_mysqld.inc
|
||||
|
||||
--disable_query_log
|
||||
call mtr.add_suppression("InnoDB: Database page [0-9]+:1 contained only zeroes.");
|
||||
call mtr.add_suppression("Header page consists of zero bytes");
|
||||
call mtr.add_suppression("Checksum mismatch in tablespace.*table test/t1");
|
||||
call mtr.add_suppression("but the innodb_page_size start-up parameter is");
|
||||
call mtr.add_suppression("space header page consists of zero bytes.*test.t1");
|
||||
call mtr.add_suppression("checksum mismatch in tablespace.*test.t1");
|
||||
call mtr.add_suppression("Current page size .* != page size on page");
|
||||
call mtr.add_suppression("innodb-page-size mismatch in tablespace.*test.t1");
|
||||
call mtr.add_suppression("Database page corruption");
|
||||
--enable_query_log
|
||||
|
||||
|
Reference in New Issue
Block a user