Skip to content

Commit e472536

Browse files
committed
updated mysql version numbers
1 parent 60e8c72 commit e472536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/dbms/mysql/fingerprint.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ def _commentCheck(self):
4646
(32300, 32359), # MySQL 3.23
4747
(40000, 40032), # MySQL 4.0
4848
(40100, 40131), # MySQL 4.1
49-
(50000, 50092), # MySQL 5.0
49+
(50000, 50096), # MySQL 5.0
5050
(50100, 50172), # MySQL 5.1
5151
(50400, 50404), # MySQL 5.4
52-
(50500, 50552), # MySQL 5.5
53-
(50600, 50633), # MySQL 5.6
54-
(50700, 50715), # MySQL 5.7
52+
(50500, 50554), # MySQL 5.5
53+
(50600, 50635), # MySQL 5.6
54+
(50700, 50717), # MySQL 5.7
5555
(60000, 60014), # MySQL 6.0
5656
)
5757

0 commit comments

Comments
 (0)