Commit ccdec568 authored by Andrei Elkin's avatar Andrei Elkin

bug#51648

comments to rpl_show_slave_running test are added to ease merging
parent 06af918e
......@@ -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';
......
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