mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed inconsistency and bad style #1652
This commit is contained in:
parent
1082619320
commit
5860838776
@ -765,7 +765,7 @@ private:
|
||||
|
||||
bool process(const String & text)
|
||||
{
|
||||
const auto ignore_error = config().getBool("ignore-error", false);
|
||||
const bool ignore_error = config().getBool("ignore-error", false);
|
||||
const bool test_mode = config().has("testmode");
|
||||
if (config().has("multiquery"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user