important update - finally found what was causing headache for UNION payloads in noticeable number of cases

This commit is contained in:
Miroslav Stampar
2011-05-26 21:54:19 +00:00
parent 97bd5355dd
commit 45caadbd4a
3 changed files with 14 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ class WARNFLAGS:
DATA_TO_STDOUT = 'dataToStdout'
THREADS = 'threads'
PIVOT_LIMIT = 'pivotLimit'
TIME_UNRECOVERED = 'timeUnrecovered'
class EXPECTED:
BOOL = "bool"