bug#51648
comments to rpl_show_slave_running test are added to ease merging
This commit is contained in:
parent
06af918e02
commit
ccdec568c1
@ -29,6 +29,12 @@ echo Slave_SQL_Running= $status;
|
||||
|
||||
start slave io_thread;
|
||||
|
||||
#
|
||||
# Notice a difference between versions in showing p.2:
|
||||
# 5.1 has two OFF,ON IO-thread state running state whereas later versions
|
||||
# have three: OFF,Connecting,ON.
|
||||
# Hence, 5.1 must display OFF NO NO where as 5.1+ OFF Connecting NO
|
||||
#
|
||||
--echo Slave_running, Slave_IO_Running, Slave_SQL_Running must be OFF NO NO in three following queries
|
||||
|
||||
SHOW STATUS LIKE 'Slave_running';
|
||||
|
Loading…
x
Reference in New Issue
Block a user