mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: addition to prev. revision [#METR-16277].
This commit is contained in:
parent
9245f053ca
commit
e27323dd2e
@ -66,7 +66,8 @@ static std::tuple<ASTPtr, ProcessList::EntryPtr> prepareQuery(
|
||||
|
||||
String query(begin, query_size);
|
||||
|
||||
logQuery(query, context);
|
||||
if (!internal)
|
||||
logQuery(query, context);
|
||||
|
||||
/// Проверка ограничений.
|
||||
checkLimits(*ast, context.getSettingsRef().limits);
|
||||
|
Loading…
Reference in New Issue
Block a user