mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Misc [#CLICKHOUSE-3115].
This commit is contained in:
parent
727ce48c23
commit
06f343c89e
@ -96,7 +96,7 @@ BlockInputStreams Query::execute()
|
||||
{
|
||||
/// Add queries to localhost (they are processed in-process, without network communication).
|
||||
|
||||
DB::Context new_context = context;
|
||||
Context new_context = context;
|
||||
new_context.setSettings(new_settings);
|
||||
|
||||
for (const auto & address : shard_info.local_addresses)
|
||||
|
Loading…
Reference in New Issue
Block a user