mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
added sleep to allow time for replication to the alter table test
This commit is contained in:
parent
37316bea5a
commit
3b17e897d5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue