mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Remove more testmode mentions
This commit is contained in:
parent
f408c86a13
commit
4bfac4ec99
@ -55,7 +55,7 @@ class Client:
|
||||
command = self.command[:]
|
||||
|
||||
if stdin is None:
|
||||
command += ["--multiquery", "--testmode"]
|
||||
command += ["--multiquery"]
|
||||
stdin = sql
|
||||
else:
|
||||
command += ["--query", sql]
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user