mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix compilation
This commit is contained in:
parent
748ff404f9
commit
67cbb55d63
@ -337,7 +337,7 @@ void LocalServer::processQueries()
|
||||
|
||||
/// we can't mutate global context (due to possible races), so we can't reuse it safely as a query context
|
||||
/// so we need a copy here
|
||||
auto query_context = Context(context);
|
||||
auto query_context = Context(context.get());
|
||||
|
||||
query_context->makeSessionContext();
|
||||
query_context->makeQueryContext();
|
||||
|
Loading…
Reference in New Issue
Block a user