mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
added sleep to allow time for replication to the alter table test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user