From 6d165861c8880b0f241bb810c2cc3c5253c35de7 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sun, 10 Apr 2011 13:30:27 +0000 Subject: [PATCH] Minor version increase --- plugins/dbms/mysql/fingerprint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index 3e3a93560..eb01ea38a 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -44,7 +44,7 @@ class Fingerprint(GenericFingerprint): return None - # MySQL valid versions updated on 01/2010 + # MySQL valid versions updated on 04/2011 versions = ( (32200, 32235), # MySQL 3.22 (32300, 32359), # MySQL 3.23 @@ -53,7 +53,7 @@ class Fingerprint(GenericFingerprint): (50000, 50092), # MySQL 5.0 (50100, 50154), # MySQL 5.1 (50400, 50404), # MySQL 5.4 - (50500, 50509), # MySQL 5.5 + (50500, 50511), # MySQL 5.5 (60000, 60014), # MySQL 6.0 )