mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
commit
9c39320e75
@ -182,7 +182,6 @@ private:
|
|||||||
|
|
||||||
/// Mutex for the blocks and ready condition
|
/// Mutex for the blocks and ready condition
|
||||||
std::mutex mutex;
|
std::mutex mutex;
|
||||||
std::mutex flush_table_mutex;
|
|
||||||
std::shared_mutex fire_signal_mutex;
|
std::shared_mutex fire_signal_mutex;
|
||||||
mutable std::mutex sample_block_lock; /// Mutex to protect access to sample block and inner_blocks_query
|
mutable std::mutex sample_block_lock; /// Mutex to protect access to sample block and inner_blocks_query
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user