diff options
author | mats@mysql.com <> | 2006-04-12 21:19:24 +0200 |
---|---|---|
committer | mats@mysql.com <> | 2006-04-12 21:19:24 +0200 |
commit | 405ebbf231290d3ac3bc5e53f7c022db5736d417 (patch) | |
tree | 1d6321f2126e411b18a50fa80824af9d43abeba8 /mysql-test/include | |
parent | 3fd8cfe57c63359fde26ca061d67e7440bdcb9c1 (diff) | |
download | mariadb-git-405ebbf231290d3ac3bc5e53f7c022db5736d417.tar.gz |
Bug#17400 (Cluster Replication: Delete and update of row w/o PK fails):
Restarting scan after call to delete_row().
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/rpl_multi_engine3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/rpl_multi_engine3.inc b/mysql-test/include/rpl_multi_engine3.inc index be89c1907f3..cc1b3f13025 100644 --- a/mysql-test/include/rpl_multi_engine3.inc +++ b/mysql-test/include/rpl_multi_engine3.inc @@ -41,7 +41,7 @@ SELECT id,hex(b1),vc,bc,d,f,total,y,t FROM t1 WHERE id = 412; # Must give injector thread a little time to get update # into the binlog other wise we will miss the update. -sleep 3; +sleep 10; sync_slave_with_master; --echo --- Check Update on slave --- |