mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fix build
This commit is contained in:
parent
6b3b744e3f
commit
b3a731c226
@ -849,8 +849,8 @@ void StorageWindowView::updateMaxWatermark(UInt32 watermark)
|
||||
|
||||
inline void StorageWindowView::cleanup()
|
||||
{
|
||||
std::lock_guard lock(fire_signal_mutex);
|
||||
std::lock_guard lock(mutex);
|
||||
std::lock_guard fire_signal_lock(fire_signal_mutex);
|
||||
std::lock_guard mutex_lock(mutex);
|
||||
|
||||
auto alter_query = getCleanupQuery();
|
||||
InterpreterAlterQuery interpreter_alter(alter_query, getContext());
|
||||
|
Loading…
Reference in New Issue
Block a user