mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #7615 from amosbird/fix21
Global context should be unique.
This commit is contained in:
commit
5aceca9e17
@ -678,7 +678,7 @@ public:
|
||||
|
||||
MergeTreeDataFormatVersion format_version;
|
||||
|
||||
Context global_context;
|
||||
Context & global_context;
|
||||
|
||||
/// Merging params - what additional actions to perform during merge.
|
||||
const MergingParams merging_params;
|
||||
|
Loading…
Reference in New Issue
Block a user