Minor update

This commit is contained in:
Miroslav Stampar
2014-08-30 21:53:09 +02:00
parent 177fc0376d
commit dc2ee8bfa0
12 changed files with 15 additions and 15 deletions

View File

@@ -143,7 +143,7 @@ class Fingerprint(GenericFingerprint):
"""
if not conf.extensiveFp and (Backend.isDbmsWithin(MYSQL_ALIASES) \
or conf.dbms in MYSQL_ALIASES) and Backend.getVersion() and \
or (conf.dbms or "").lower() in MYSQL_ALIASES) and Backend.getVersion() and \
Backend.getVersion() != UNKNOWN_DBMS_VERSION:
v = Backend.getVersion().replace(">", "")
v = v.replace("=", "")