1
# This tests the offset off by 22 mystery bug
2
# Must run slave with --disconnect-slave-event-count=1 --master-connect-retry=1
4
source include/master-slave.inc;
6
create table t1 (n int not null auto_increment primary key);
7
insert into t1 values(NULL);
8
insert into t1 values(2);