From 8920a1132cf6efeabbfbad8594b232946c58eef5 Mon Sep 17 00:00:00 2001 From: dami Date: Wed, 2 Apr 2025 16:07:40 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 -- 1 file changed, 2 deletions(-) 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"