mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge branch 'CLICKHOUSE-2910' of github.com:yandex/ClickHouse into CLICKHOUSE-2910
This commit is contained in:
commit
b088154b14
@ -62,7 +62,6 @@ static void logQuery(const String & query, const Context & context)
|
||||
|
||||
LOG_DEBUG(&Logger::get("executeQuery"), "(from " << context.getClientInfo().current_address.toString()
|
||||
<< (current_user != "default" ? ", user: " + context.getClientInfo().current_user : "")
|
||||
<< ", query_id: " << current_query_id
|
||||
<< (!initial_query_id.empty() && current_query_id != initial_query_id ? ", initial_query_id: " + initial_query_id : std::string())
|
||||
<< ") "
|
||||
<< joinLines(query)
|
||||
|
Loading…
Reference in New Issue
Block a user