summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/page_id_innochecksum.result
blob: e2c13442fe6c869eacd8252eafd47e755344d6a0 (plain)
1
2
3
4
5
6
# 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
drop table t1;