mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update FileCache.h
This commit is contained in:
parent
63804fd425
commit
2039e0e974
@ -219,7 +219,7 @@ private:
|
||||
|
||||
size_t availableSize() const { return max_size - current_size; }
|
||||
|
||||
void loadCacheInfoIntoMemory(std::lock_guard<std::mutex> &cache_lock);
|
||||
void loadCacheInfoIntoMemory(std::lock_guard<std::mutex> & cache_lock);
|
||||
|
||||
FileSegments splitRangeIntoCells(
|
||||
const Key & key, size_t offset, size_t size, FileSegment::State state, std::lock_guard<std::mutex> & cache_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user