added sleep to allow time for replication to the alter table test

parent 37316bea
...@@ -8,4 +8,5 @@ INSERT into test SET name='Caleb', age=1; ...@@ -8,4 +8,5 @@ INSERT into test SET name='Caleb', age=1;
ALTER TABLE test ADD id int(8) ZEROFILL AUTO_INCREMENT PRIMARY KEY; ALTER TABLE test ADD id int(8) ZEROFILL AUTO_INCREMENT PRIMARY KEY;
@test.master select * from test; @test.master select * from test;
connection slave; connection slave;
sleep 3;
@test.master select * from test; @test.master select * from test;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment