Commit e90a505d 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 343035a6
......@@ -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;
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