Minor update (support for MariaDB)

This commit is contained in:
Miroslav Stampar
2016-05-11 15:47:35 +02:00
parent 439fff684e
commit 3b74e99576
4 changed files with 5 additions and 3 deletions

View File

@@ -103,6 +103,9 @@ class Fingerprint(GenericFingerprint):
value += "back-end DBMS: "
actVer = Format.getDbms()
if inject.checkBooleanExpression("@@USERSTAT LIKE @@USERSTAT"):
actVer += " (MariaDB fork)"
if not conf.extensiveFp:
value += actVer
return value