Skip to content

Commit 2c4176d

Browse files
committed
Update index.py
1 parent 114dcea commit 2c4176d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mysql-community/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def getShowLogFile():
403403
return tmp.groups()[0].strip()
404404

405405
def getMdb8Ver():
406-
return ['8.0','8.1','8.2','8.3','8.4','9.0','9.1']
406+
return ['8.0','8.1','8.2','8.3','8.4','9.0','9.1',"9.2"]
407407

408408
def pGetDbUser():
409409
if mw.isAppleSystem():

0 commit comments

Comments
 (0)