minor update

This commit is contained in:
Miroslav Stampar
2012-03-08 15:43:22 +00:00
parent 4bc6f3f6c9
commit 5a83f1c5f7
2 changed files with 7 additions and 5 deletions

View File

@@ -94,11 +94,6 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
warnMsg = "possible server trimmed output detected (due to its length): "
warnMsg += trimmed
logger.warn(warnMsg)
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
warnMsg = "if the problem persists with 'None' values please try to use "
warnMsg += "hidden switch '--no-cast' (fixing problems with some collation "
warnMsg += "issues) or switch '--hex'"
singleTimeWarnMessage(warnMsg)
hashDBWrite("%s%s" % (conf.hexConvert, expression), retVal)