Update index.py

pull/620/head
Mr Chen 10 months ago
parent c6b5a92e7d
commit 3ba6d5c3c4
  1. 2
      plugins/mysql-apt/index.py

@ -2501,7 +2501,7 @@ def updateSlaveSSH(version=''):
def getSlaveList(version=''):
query_status_cmd = 'show slave status'
mdb8 = ['8.0','8.1','8.2','8.3','8.4']
mdb8 = mw.getMdb8Ver()
if mw.inArray(mdb8, version):
query_status_cmd = 'show replica status'

Loading…
Cancel
Save