mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Fix build
This commit is contained in:
parent
3d8ed0e5f7
commit
02ff01f246
@ -19,7 +19,7 @@ public:
|
||||
|
||||
void add(const FileSegmentMetadataPtr & candidate, LockedKey & locked_key, const CachePriorityGuard::Lock &);
|
||||
|
||||
void add(const EvictionCandidates & other, const CacheGuard::Lock &) { candidates.insert(other.candidates.begin(), other.candidates.end()); }
|
||||
void add(const EvictionCandidates & other, const CachePriorityGuard::Lock &) { candidates.insert(other.candidates.begin(), other.candidates.end()); }
|
||||
|
||||
void evict();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user