Minor update

This commit is contained in:
Miroslav Stampar
2024-06-24 18:22:56 +02:00
parent 73a62f9f4e
commit a79ed52463
3 changed files with 6 additions and 5 deletions

View File

@@ -45,9 +45,10 @@ class Fingerprint(GenericFingerprint):
# Reference: https://dev.mysql.com/doc/relnotes/mysql/<major>.<minor>/en/
versions = (
(80300, 80302), # MySQL 8.3
(80200, 80202), # MySQL 8.2
(80100, 80102), # MySQL 8.1
(80000, 80036), # MySQL 8.0
(80000, 80037), # MySQL 8.0
(60000, 60014), # MySQL 6.0
(50700, 50745), # MySQL 5.7
(50600, 50652), # MySQL 5.6