Fixed PVS report.

This commit is contained in:
Vladimir Chebotarev 2021-08-12 09:48:44 +03:00
parent 0d6e0181d6
commit 06476089d9

View File

@ -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;