summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb/r/page_id_innochecksum.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/innodb/r/page_id_innochecksum.result')
-rw-r--r--mysql-test/suite/innodb/r/page_id_innochecksum.result8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/r/page_id_innochecksum.result b/mysql-test/suite/innodb/r/page_id_innochecksum.result
new file mode 100644
index 00000000..7915a7ba
--- /dev/null
+++ b/mysql-test/suite/innodb/r/page_id_innochecksum.result
@@ -0,0 +1,8 @@
+# Set the environmental variables
+create table t1(f1 int not null)engine=innodb;
+insert into t1 values(1), (2), (3);
+# Change the page offset
+FOUND 1 /page id mismatch/ in result.log
+InnoDB 0 transactions not purged
+drop table t1;
+call mtr.add_suppression("InnoDB: Failed to read page 3 from file '.*test/t1\\.ibd': Page read from tablespace is corrupted\\.");