Loop wait with timeout until 5000 records are in table after mysqlslap with INSERT DELAYED
mysql-test/t/rpl_insert.test:
Wait after mysqlslap execution until all INSERT DELAYED operations has completed(i.e there are 5000 records in the table)
@@ -17,7 +17,19 @@ CREATE TABLE t1 (id INT, name VARCHAR(64));
let$query="INSERT DELAYED INTO t1 VALUES (1, 'Dr. No'), (2, 'From Russia With Love'), (3, 'Goldfinger'), (4, 'Thunderball'), (5, 'You Only Live Twice')";