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