Commit f804b74f authored by Elena Stepanova's avatar Elena Stepanova

MDEV-8154 rpl.show_status_stop_slave_race-7126 sporadically causes internal check failure

The patch was pushed into 10.0, but it needs to be applied to 5.5 as well
parent ce7d8c5e
include/master-slave.inc
[connection master]
start slave;
include/rpl_end.inc
......@@ -10,3 +10,10 @@
--exec $MYSQL_SLAP --silent --socket=$SLAVE_MYSOCK -q "START SLAVE; STOP SLAVE; SHOW GLOBAL STATUS" -c 2 --number-of-queries=100 --create-schema=test
# All done.
--connection slave
start slave;
--connection master
--source include/rpl_end.inc
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment