mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Fixed PVS report.
This commit is contained in:
parent
0d6e0181d6
commit
06476089d9
@ -43,7 +43,7 @@ struct MutationCommand
|
||||
/// WHERE part of mutation
|
||||
ASTPtr predicate;
|
||||
|
||||
bool materialize_column_final;
|
||||
bool materialize_column_final = false;
|
||||
|
||||
/// Columns with corresponding actions
|
||||
std::unordered_map<String, ASTPtr> column_to_update_expression;
|
||||
|
Loading…
Reference in New Issue
Block a user