mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-4506: Parallel replication: Intermediate commit.
Wait for all worker threads to finish when stopping the SQL thread. (Only a basic wait; this still needs to be fixed to include timeout logic as in sql_slave_killed()).
This commit is contained in:
@ -44,10 +44,9 @@ query_vertical SHOW SLAVE STATUS;
|
||||
|
||||
--source include/start_slave.inc
|
||||
SELECT * FROM t1;
|
||||
--sleep 1
|
||||
SELECT * FROM t1;
|
||||
|
||||
--source include/stop_slave.inc
|
||||
SELECT * FROM t1;
|
||||
|
||||
--connection s1
|
||||
SET sql_log_bin=0;
|
||||
|
Reference in New Issue
Block a user