mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
fix:style
Signed-off-by: una <dengmengda@gmail.com>
This commit is contained in:
parent
a6f2eaf5a6
commit
0181bab23c
@ -138,7 +138,6 @@ namespace ErrorCodes
|
||||
std::unique_ptr<IInterpreter> InterpreterFactory::get(ASTPtr & query, ContextMutablePtr context, const SelectQueryOptions & options)
|
||||
{
|
||||
ProfileEvents::increment(ProfileEvents::Query);
|
||||
|
||||
if (context->getClientInfo().query_kind == ClientInfo::QueryKind::INITIAL_QUERY)
|
||||
ProfileEvents::increment(ProfileEvents::InitialQuery);
|
||||
/// SELECT and INSERT query will handle QueriesWithSubqueries on their own.
|
||||
|
Loading…
Reference in New Issue
Block a user