just to not cause confusion

This commit is contained in:
Miroslav Stampar 2011-02-08 16:29:42 +00:00
parent dcb9c93328
commit 87e36796c6

View File

@ -73,7 +73,7 @@ def __oneShotErrorUse(expression, field):
else:
retVal += output if output else ''
if not (output and len(output) >= MYSQL_ERROR_CHUNK_LENGTH):
if not (output and len(output) == MYSQL_ERROR_CHUNK_LENGTH):
break
else:
offset += MYSQL_ERROR_CHUNK_LENGTH