Minor update

This commit is contained in:
Miroslav Stampar
2016-09-19 13:54:06 +02:00
parent b3b5bd267d
commit 12dc53f687
3 changed files with 7 additions and 7 deletions

View File

@@ -49,9 +49,9 @@ class Fingerprint(GenericFingerprint):
(50000, 50092), # MySQL 5.0
(50100, 50172), # MySQL 5.1
(50400, 50404), # MySQL 5.4
(50500, 50549), # MySQL 5.5
(50600, 50630), # MySQL 5.6
(50700, 50712), # MySQL 5.7
(50500, 50552), # MySQL 5.5
(50600, 50633), # MySQL 5.6
(50700, 50715), # MySQL 5.7
(60000, 60014), # MySQL 6.0
)