mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
minor fixes of rpl_start_stop_slave and rpl_slave_grp_exec tests, expanding rpl_gtid_delete_domain for easier later analysis
This commit is contained in:
@@ -5,10 +5,12 @@ set @time_before_kill := (select CURRENT_TIMESTAMP);
|
||||
[Time before the query]
|
||||
[Connection ID of the slave I/O thread found]
|
||||
kill <connection_id>;
|
||||
include/wait_for_slave_io_to_stop.inc
|
||||
set @time_after_kill := (select CURRENT_TIMESTAMP);
|
||||
[Time after the query]
|
||||
[Killing of the slave IO thread was successful]
|
||||
START SLAVE IO_THREAD;
|
||||
include/wait_for_slave_io_to_start.inc
|
||||
connection master;
|
||||
create table t1 (a int primary key);
|
||||
connection slave;
|
||||
|
Reference in New Issue
Block a user