Commit f493e395 authored by Marko Mäkelä's avatar Marko Mäkelä

Make the test work with any innodb_page_size.

parent 23cc1be2
...@@ -13,10 +13,10 @@ SET GLOBAL innodb_fast_shutdown = 0; ...@@ -13,10 +13,10 @@ SET GLOBAL innodb_fast_shutdown = 0;
--source include/restart_mysqld.inc --source include/restart_mysqld.inc
--disable_query_log --disable_query_log
call mtr.add_suppression("InnoDB: Database page [0-9]+:1 contained only zeroes."); call mtr.add_suppression("space header page consists of zero bytes.*test.t1");
call mtr.add_suppression("Header page consists of zero bytes"); call mtr.add_suppression("checksum mismatch in tablespace.*test.t1");
call mtr.add_suppression("Checksum mismatch in tablespace.*table test/t1"); call mtr.add_suppression("Current page size .* != page size on page");
call mtr.add_suppression("but the innodb_page_size start-up parameter is"); call mtr.add_suppression("innodb-page-size mismatch in tablespace.*test.t1");
call mtr.add_suppression("Database page corruption"); call mtr.add_suppression("Database page corruption");
--enable_query_log --enable_query_log
......
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