1
0
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:
unknown
2013-07-04 09:20:56 +02:00
parent 592e464a02
commit a1cfd47346
6 changed files with 38 additions and 5 deletions

View File

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