Skip to content

Commit f804b74

Browse files
committed
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
1 parent ce7d8c5 commit f804b74

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include/master-slave.inc
22
[connection master]
3+
start slave;
4+
include/rpl_end.inc

mysql-test/suite/rpl/t/show_status_stop_slave_race-7126.test

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@
1010
--exec $MYSQL_SLAP --silent --socket=$SLAVE_MYSOCK -q "START SLAVE; STOP SLAVE; SHOW GLOBAL STATUS" -c 2 --number-of-queries=100 --create-schema=test
1111

1212
# All done.
13+
14+
--connection slave
15+
start slave;
16+
17+
--connection master
18+
--source include/rpl_end.inc
19+

0 commit comments

Comments
 (0)