Skip to content

Commit 6d16586

Browse files
committed
Minor version increase
1 parent fe16360 commit 6d16586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/dbms/mysql/fingerprint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __commentCheck(self):
4444

4545
return None
4646

47-
# MySQL valid versions updated on 01/2010
47+
# MySQL valid versions updated on 04/2011
4848
versions = (
4949
(32200, 32235), # MySQL 3.22
5050
(32300, 32359), # MySQL 3.23
@@ -53,7 +53,7 @@ def __commentCheck(self):
5353
(50000, 50092), # MySQL 5.0
5454
(50100, 50154), # MySQL 5.1
5555
(50400, 50404), # MySQL 5.4
56-
(50500, 50509), # MySQL 5.5
56+
(50500, 50511), # MySQL 5.5
5757
(60000, 60014), # MySQL 6.0
5858
)
5959

0 commit comments

Comments
 (0)