提交 6f46b849 编写于 作者: L lf0 提交者: wangzelin.wzl

Fix column default value check is not compatible with mysql

上级 f5e39109
......@@ -2606,7 +2606,7 @@ int ObDDLResolver::cast_default_value(ObObj& default_value, const ObTimeZoneInfo
ObCastCtx cast_ctx(&allocator,
&dtc_params,
CUR_TIME,
share::is_oracle_mode() ? CM_ORACLE_MODE : CM_NONE,
share::is_oracle_mode() ? CM_ORACLE_MODE : CM_COLUMN_CONVERT,
column_schema.get_collation_type(),
NULL,
&res_accuracy);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册