Fix the branch compatibility problems.

This commit is contained in:
LINxiansheng
2021-09-22 13:27:56 +08:00
committed by wangzelin.wzl
parent 74b95849f3
commit eff6d19fcc
2 changed files with 12 additions and 11 deletions

View File

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