mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
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
This commit is contained in:
parent
ce7d8c5ee8
commit
f804b74fd4
2 changed files with 9 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue