Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236ca9b commit 2eb24c6Copy full SHA for 2eb24c6
1 file changed
plugins/dbms/mysql.py
@@ -352,9 +352,6 @@ def checkDbmsOs(self, detailed=False):
352
infoMsg = "fingerprinting the back-end DBMS operating system"
353
logger.info(infoMsg)
354
355
- self.createSupportTbl(self.fileTblName, self.tblField, "text")
356
- inject.goStacked("INSERT INTO %s(%s) VALUES (%s)" % (self.fileTblName, self.tblField, "VERSION()"))
357
-
358
datadirSubstr = inject.getValue("SELECT MID(@@datadir, 1, 1)", unpack=False)
359
360
if datadirSubstr == "/":
0 commit comments