diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 193c84693..803d081f9 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -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"