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
@ -518,14 +518,11 @@ void StorageLiveView::drop(TableStructureWriteLockHolder &)
|
||||
}
|
||||
|
||||
void StorageLiveView::refresh()
|
||||
{
|
||||
auto alter_lock = lockAlterIntention();
|
||||
{
|
||||
std::lock_guard lock(mutex);
|
||||
if (getNewBlocks())
|
||||
condition.notify_all();
|
||||
}
|
||||
}
|
||||
|
||||
Pipes StorageLiveView::read(
|
||||
const Names & /*column_names*/,
|
||||
|
Loading…
Reference in New Issue
Block a user