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(). mysql-test/include/rpl_multi_engine3.inc: Injector thread was not given enough time. mysql-test/t/disabled.def: Disabling some tests. sql/log_event.cc: Moving scan init functions for Delete_rows_log_event. Restarting scan for each found row. mysql-test/t/rpl_ndb_dd_partitions.test: New BitKeeper file ``mysql-test/t/rpl_ndb_dd_partitions.test''
This commit is contained in:
@@ -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 ---
|
||||
|
Reference in New Issue
Block a user