call mtr.add_suppression("InnoDB: The log sequence numbers [0-9]+ and [0-9]+ in ibdata files do not match the log sequence number [0-9]+ in the ib_logfiles!");
FLUSH TABLES;
CREATE TABLE t1 (a INT PRIMARY KEY, b TEXT) ENGINE=InnoDB;
CREATE TABLE t2 (a INT PRIMARY KEY) ENGINE=InnoDB;
CREATE TABLE t3 (a INT PRIMARY KEY, b TEXT, c TEXT) ENGINE=InnoDB;
# The 7000 in this test is a bit less than half the innodb_page_size.
--sourceinclude/have_innodb_16k.inc
# DEBUG_SYNC must be compiled in.
--sourceinclude/have_debug.inc
--sourceinclude/have_debug_sync.inc
# Embedded server does not support restarting
--sourceinclude/not_embedded.inc
callmtr.add_suppression("InnoDB: The log sequence numbers [0-9]+ and [0-9]+ in ibdata files do not match the log sequence number [0-9]+ in the ib_logfiles!");