Update index.py

pull/719/head
dami 1 month ago
parent 536c76b000
commit 8920a1132c
  1. 2
      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"

Loading…
Cancel
Save