Skip to content

Commit 7daf02e

Browse files
committed
Update index.py
1 parent e4fdf60 commit 7daf02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mysql/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def getShowLogFile():
446446

447447

448448
def getMdb8Ver():
449-
return ['8.0','8.1','8.2','8.3','8.4','9.0',"9.1","9.2","9.3","9.4"]
449+
return ['8.0','8.1','8.2','8.3','8.4','9.0','9.1', '9.2', '9.3', '9.4']
450450

451451

452452
def getSlaveName():

0 commit comments

Comments
 (0)