@ -2404,8 +2404,6 @@ def getMasterRepSlaveUserCmd(version):
port = getMyPort()
db = pMysqlDb()
# SHOW REPLICA STATUS;
cmd_status = "show master status"
if pk_version.parse(version) > pk_version.parse("8.0"):
cmd_status = "show replica status"