Couple of updates for #2908

This commit is contained in:
Miroslav Stampar
2019-06-28 13:56:48 +02:00
parent aa9b5e4e0c
commit 32e09c8dfb
3 changed files with 17 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ class Filesystem(GenericFilesystem):
result = []
txtTbl = self.fileTblName
hexTbl = "%shex" % self.fileTblName
hexTbl = "%s%shex" % (self.fileTblName, randomStr())
self.createSupportTbl(txtTbl, self.tblField, "text")
inject.goStacked("DROP TABLE %s" % hexTbl)