mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update src/Storages/WindowView/StorageWindowView.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
parent
7ff8098272
commit
797edb0ae1
@ -465,6 +465,9 @@ void StorageWindowView::alter(
|
||||
auto old_inner_table_id = inner_table_id;
|
||||
|
||||
modifying_query = true;
|
||||
SCOPE_EXIT({
|
||||
modifying_query = false;
|
||||
});
|
||||
shutdown();
|
||||
|
||||
auto inner_query = initInnerQuery(new_select_query->as<ASTSelectQuery &>(), local_context);
|
||||
|
Loading…
Reference in New Issue
Block a user