mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Un-friend system view (no longer necessary)
This commit is contained in:
parent
2f75a6da61
commit
b2aa9324ac
@ -157,8 +157,6 @@ private:
|
||||
size_t max_entry_size_in_rows TSA_GUARDED_BY(mutex) = 0;
|
||||
|
||||
size_t cache_size_in_bytes TSA_GUARDED_BY(mutex) = 0; /// Updated in each cache insert/delete
|
||||
|
||||
friend class StorageSystemQueryCache;
|
||||
};
|
||||
|
||||
using QueryCachePtr = std::shared_ptr<QueryCache>;
|
||||
|
Loading…
Reference in New Issue
Block a user