mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fix initialization
This commit is contained in:
parent
cb884d0ac7
commit
826f6c1ce5
@ -154,7 +154,7 @@ private:
|
||||
std::map<String, MutationStatus> mutations_by_znode;
|
||||
|
||||
/// Unfinished mutations that are required for AlterConversions.
|
||||
Int64 num_alter_conversions;
|
||||
Int64 num_alter_conversions = 0;
|
||||
|
||||
/// Partition -> (block_number -> MutationStatus)
|
||||
std::unordered_map<String, std::map<Int64, MutationStatus *>> mutations_by_partition;
|
||||
|
@ -150,7 +150,7 @@ private:
|
||||
std::map<UInt64, MergeTreeMutationEntry> current_mutations_by_version;
|
||||
|
||||
/// Unfinished mutations that are required for AlterConversions.
|
||||
Int64 num_alter_conversions;
|
||||
Int64 num_alter_conversions = 0;
|
||||
|
||||
std::atomic<bool> shutdown_called {false};
|
||||
std::atomic<bool> flush_called {false};
|
||||
|
Loading…
Reference in New Issue
Block a user