From 06476089d9f2790ec39af442a33e3c2d4af1d1ff Mon Sep 17 00:00:00 2001 From: Vladimir Chebotarev Date: Thu, 12 Aug 2021 09:48:44 +0300 Subject: [PATCH] Fixed PVS report. --- src/Storages/MutationCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storages/MutationCommands.h b/src/Storages/MutationCommands.h index 2b0fae9194e..ff6986aae9f 100644 --- a/src/Storages/MutationCommands.h +++ b/src/Storages/MutationCommands.h @@ -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 column_to_update_expression;