mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
StorageStripeLog: drop mutable qualifier for rwlock
This commit is contained in:
parent
5ef845af40
commit
5ced6e2e9a
@ -68,7 +68,7 @@ private:
|
||||
size_t max_compress_block_size;
|
||||
|
||||
FileChecker file_checker;
|
||||
mutable std::shared_timed_mutex rwlock;
|
||||
std::shared_timed_mutex rwlock;
|
||||
|
||||
Poco::Logger * log;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user