summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2016-12-29 15:03:12 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2016-12-30 09:51:11 +0200
commitf493e395b0a6679b55d9859f372f6ccd4475f12d (patch)
tree29fc6e3aae664eff346fbeaf15152735d47f16c0 /mysql-test/suite/innodb
parent23cc1be270c7304963643947d8e5ab88f4e312ee (diff)
downloadmariadb-git-f493e395b0a6679b55d9859f372f6ccd4475f12d.tar.gz
Make the test work with any innodb_page_size.
Diffstat (limited to 'mysql-test/suite/innodb')
-rw-r--r--mysql-test/suite/innodb/t/doublewrite.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/suite/innodb/t/doublewrite.test b/mysql-test/suite/innodb/t/doublewrite.test
index 5bd4551aa1e..56cc88f5590 100644
--- a/mysql-test/suite/innodb/t/doublewrite.test
+++ b/mysql-test/suite/innodb/t/doublewrite.test
@@ -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