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

This commit is contained in:
sasha@mysql.sashanet.com 2000-08-07 16:21:11 -06:00
parent 37316bea5a
commit 3b17e897d5

View file

@ -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;
@test.master select * from test;
sleep 3;
@test.master select * from test;