mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
fix
This commit is contained in:
parent
f4944664b7
commit
fc3a0bfdfa
@ -4716,6 +4716,7 @@ std::set<String> MergeTreeData::getPartitionIdsAffectedByCommands(
|
||||
|
||||
std::unordered_set<String> MergeTreeData::getAllPartitionIds() const
|
||||
{
|
||||
auto lock = lockParts();
|
||||
std::unordered_set<String> res;
|
||||
String prev_id;
|
||||
for (const auto & part : getDataPartsStateRange(DataPartState::Active))
|
||||
|
Loading…
Reference in New Issue
Block a user