Commit 60a4499b authored by unknown's avatar unknown

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


repl-tests/test-repl-alter/run.test:
  added sleep to allow time for replication
parent 1d598de9
......@@ -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;
\ No newline at end of file
sleep 3;
@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