mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update src/Storages/MergeTree/MergeTreeData.h
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
This commit is contained in:
parent
f53df7870c
commit
b2b9479afa
@ -591,7 +591,7 @@ public:
|
||||
bool was_active;
|
||||
|
||||
public:
|
||||
PartToRemoveFromZooKeeper(DataPartPtr && part_, bool was_active_ = true)
|
||||
explicit PartToRemoveFromZooKeeper(DataPartPtr && part_, bool was_active_ = true)
|
||||
: part(std::move(part_)), was_active(was_active_)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user