Testing fix for rpl_semi_sync_cond_var_per_thd failure

This commit is contained in:
Brandon Nesterenko 2024-10-30 08:32:19 -06:00
parent c770bce898
commit e9a502df08
2 changed files with 6 additions and 0 deletions

View file

@ -71,6 +71,8 @@ connection slave;
# the informational message is displayed
connection slave;
include/stop_slave.inc
connection master;
include/kill_binlog_dump_threads.inc
connection server_1;
start transaction;
insert into t values (0);

View file

@ -135,6 +135,10 @@ create table t (a int) engine=innodb;
--echo # the informational message is displayed
--connection slave
--source include/stop_slave.inc
# Also kill the master-side dump thread so it doesn't try and send an event
# over a dead connection (potentially resulting in an error in the log)
--connection master
--source include/kill_binlog_dump_threads.inc
--connection server_1
start transaction;