mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Removed garbage
This commit is contained in:
parent
4ec30b01b1
commit
fbe951e03d
@ -519,12 +519,9 @@ void StorageLiveView::drop(TableStructureWriteLockHolder &)
|
||||
|
||||
void StorageLiveView::refresh()
|
||||
{
|
||||
auto alter_lock = lockAlterIntention();
|
||||
{
|
||||
std::lock_guard lock(mutex);
|
||||
if (getNewBlocks())
|
||||
condition.notify_all();
|
||||
}
|
||||
std::lock_guard lock(mutex);
|
||||
if (getNewBlocks())
|
||||
condition.notify_all();
|
||||
}
|
||||
|
||||
Pipes StorageLiveView::read(
|
||||
|
Loading…
Reference in New Issue
Block a user