Skip to content

Commit 572708f

Browse files
committed
More version adjustment
1 parent 9ea4010 commit 572708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dbms/mysql/fingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __commentCheck(self):
5151
(40000, 40032), # MySQL 4.0
5252
(40100, 40131), # MySQL 4.1
5353
(50000, 50092), # MySQL 5.0
54-
(50100, 50154), # MySQL 5.1
54+
(50100, 50156), # MySQL 5.1
5555
(50400, 50404), # MySQL 5.4
5656
(50500, 50511), # MySQL 5.5
5757
(60000, 60014), # MySQL 6.0

0 commit comments

Comments
 (0)