mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merged 5.1 with maria 5.1
This commit is contained in:
@@ -18,10 +18,13 @@ let $query = "INSERT DELAYED INTO t1 VALUES (1, 'Dr. No'), (2, 'From Russia With
|
||||
|
||||
# Wait until all the 5000 inserts has been inserted into the table
|
||||
let $wait_condition= SELECT COUNT(*) = 5000 FROM mysqlslap.t1;
|
||||
--source include/wait_condition.inc
|
||||
|
||||
source include/wait_condition.inc;
|
||||
SELECT COUNT(*) FROM mysqlslap.t1;
|
||||
sync_slave_with_master;
|
||||
|
||||
connection slave;
|
||||
# Wait until all the 5000 inserts has been inserted into the table
|
||||
let $wait_condition= SELECT COUNT(*) = 5000 FROM mysqlslap.t1;
|
||||
source include/wait_condition.inc;
|
||||
SELECT COUNT(*) FROM mysqlslap.t1;
|
||||
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user