Merge pull request #7615 from amosbird/fix21

Global context should be unique.
This commit is contained in:
alexey-milovidov 2019-11-05 00:16:37 +03:00 committed by GitHub
commit 5aceca9e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;