mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Remove dead code
This commit is contained in:
parent
a8f37e7704
commit
c336cac306
@ -465,9 +465,6 @@ public:
|
|||||||
DataPartsVector removePartsInRangeFromWorkingSet(const MergeTreePartInfo & drop_range, bool clear_without_timeout,
|
DataPartsVector removePartsInRangeFromWorkingSet(const MergeTreePartInfo & drop_range, bool clear_without_timeout,
|
||||||
bool skip_intersecting_parts, DataPartsLock & lock);
|
bool skip_intersecting_parts, DataPartsLock & lock);
|
||||||
|
|
||||||
/// Renames the part to detached/<prefix>_<part> and removes it from working set.
|
|
||||||
void removePartsFromWorkingSetAndCloneToDetached(const DataPartsVector & parts, bool clear_without_timeout, const String & prefix = "");
|
|
||||||
|
|
||||||
/// Renames the part to detached/<prefix>_<part> and removes it from data_parts,
|
/// Renames the part to detached/<prefix>_<part> and removes it from data_parts,
|
||||||
//// so it will not be deleted in clearOldParts.
|
//// so it will not be deleted in clearOldParts.
|
||||||
/// If restore_covered is true, adds to the working set inactive parts, which were merged into the deleted part.
|
/// If restore_covered is true, adds to the working set inactive parts, which were merged into the deleted part.
|
||||||
|
Loading…
Reference in New Issue
Block a user