mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
Update StorageReplicatedMergeTree.cpp
This commit is contained in:
parent
e0f214d0e9
commit
6b228f2630
@ -4904,7 +4904,7 @@ bool StorageReplicatedMergeTree::getFakePartCoveringAllPartsInPartition(const St
|
||||
right = delimiting_block_lock->getNumber();
|
||||
/// Make sure we cover all parts in drop range.
|
||||
/// There might be parts with mutation version greater than current block number
|
||||
/// if some part mutation has been asigned after block number allocation, but before creation of DROP_RANGE entry.
|
||||
/// if some part mutation has been assigned after block number allocation, but before creation of DROP_RANGE entry.
|
||||
mutation_version = MergeTreePartInfo::MAX_BLOCK_NUMBER;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user