implementation of MySQL GROUP_CONCAT technique

This commit is contained in:
Miroslav Stampar
2011-02-15 00:28:27 +00:00
parent 808b03fc3e
commit 199f14df46
5 changed files with 33 additions and 1 deletions

View File

@@ -1121,6 +1121,7 @@ def __cleanupOptions():
conf.keepAlive = True
conf.nullConnection = not conf.textOnly
conf.threads = 4 if conf.threads < 4 else conf.threads
conf.groupConcat = True
if conf.tor:
conf.proxy = DEFAULT_TOR_PROXY