提交 34d2afa3 编写于 作者: A alesapin

Fix obvious bug

上级 05b933b1
......@@ -225,7 +225,9 @@ void AlterCommand::apply(ColumnsDescription & columns_description, IndicesDescri
column.default_desc.kind = default_kind;
column.default_desc.expression = default_expression;
}
column.comment = *comment;
if (comment)
column.comment = *comment;
column.codec = codec;
column.ttl = ttl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册