1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Addendum to bug 29571: wait for INSERT DELAYED to finish on master

This commit is contained in:
unknown
2007-07-26 16:59:21 +03:00
parent 935ce76278
commit f2a91e55c8
2 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,7 @@ connection master;
CREATE TABLE t1(a int, UNIQUE(a));
INSERT DELAYED IGNORE INTO t1 VALUES(1);
INSERT DELAYED IGNORE INTO t1 VALUES(1);
flush table t1; # to wait for INSERT DELAYED to be done
#must show two INSERT DELAYED
--replace_column 1 x 2 x 3 x 4 x 5 x