提交 eff6d19f 编写于 作者: L LINxiansheng 提交者: wangzelin.wzl

Fix the branch compatibility problems.

上级 74b95849
......@@ -715,8 +715,9 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
ObExprIsIpv4Compat::calc_is_ipv4_compat, /* 455 */
ObExprInetAton::calc_inet_aton, /* 456 */
ObExprInet6Ntoa::calc_inet6_ntoa, /* 457 */
ObExprConvertTZ::eval_convert_tz, /* 458 */
ObExprCrc32::calc_crc32_expr, /* 459 */
NULL, // ObExprWeightString::eval_weight_string, /* 458 */
ObExprConvertTZ::eval_convert_tz, /* 459 */
ObExprCrc32::calc_crc32_expr, /* 460 */
};
REG_SER_FUNC_ARRAY(OB_SFA_SQL_EXPR_EVAL, g_expr_eval_functions, ARRAYSIZEOF(g_expr_eval_functions));
......
......@@ -426,16 +426,16 @@ typedef enum ObItemType {
T_FUN_SYS_QUARTER = 711,
T_FUN_SYS_BIT_LENGTH = 712,
T_FUN_SYS_PI = 713,
T_FUN_SYS_EXPORT_SET = 714,
T_FUN_SYS_EXPORT_SET = 721,
T_FUN_SYS_INET6NTOA = 715,
T_FUN_SYS_INET6ATON = 716,
T_FUN_SYS_IS_IPV4 = 717,
T_FUN_SYS_IS_IPV6 = 718,
T_FUN_SYS_IS_IPV4_MAPPED = 719,
T_FUN_SYS_IS_IPV4_COMPAT = 720,
T_FUN_SYS_INETATON = 721,
T_FUN_SYS_CRC32 = 722,
T_FUN_SYS_INET6NTOA = 722,
T_FUN_SYS_INET6ATON = 723,
T_FUN_SYS_IS_IPV4 = 724,
T_FUN_SYS_IS_IPV6 = 725,
T_FUN_SYS_IS_IPV4_MAPPED = 726,
T_FUN_SYS_IS_IPV4_COMPAT = 727,
T_FUN_SYS_INETATON = 728,
T_FUN_SYS_CRC32 = 730,
///< @note add new mysql only function type before this line
T_MYSQL_ONLY_SYS_MAX_OP = 800,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册