Removed garbage

This commit is contained in:
Alexey Milovidov 2020-03-28 13:26:23 +03:00
parent 4ec30b01b1
commit fbe951e03d

View File

@ -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*/,