Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 3, 2024
1 parent 5f5384f commit cdaf64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mysql/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def my8cmd(version, method):

def appCMD(version, action):
makeInitRsaKey(version)
if float(version) >= 5.7:
if mw.inArray(mdb8, version):
status = my8cmd(version, action)
else:
status = myOp(version, action)
Expand Down

0 comments on commit cdaf64b

Please sign in to comment.