1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Bug#17400 (Cluster Replication: Delete and update of row w/o PK fails):

Restarting scan after call to delete_row().
This commit is contained in:
mats@mysql.com
2006-04-12 21:19:24 +02:00
parent 3fd8cfe57c
commit 405ebbf231
4 changed files with 323 additions and 14 deletions

View File

@@ -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 ---