1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

bug#51648

comments to rpl_show_slave_running test are added to ease merging
This commit is contained in:
Andrei Elkin
2010-03-22 07:50:19 +02:00
parent 06af918e02
commit ccdec568c1

View File

@@ -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';