Commit 3b17e897 authored by sasha@mysql.sashanet.com's avatar sasha@mysql.sashanet.com
Browse files

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

parent 37316bea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8,4 +8,5 @@ INSERT into test SET name='Caleb', age=1;
ALTER TABLE test ADD id int(8) ZEROFILL AUTO_INCREMENT PRIMARY KEY;
@test.master select * from test;
connection slave;
sleep 3;
@test.master select * from test;