support function crc32

This commit is contained in:
st0
2021-09-13 18:01:41 +08:00
committed by wangzelin.wzl
parent c19f7ea941
commit 02e3302d08
7 changed files with 154 additions and 0 deletions

View File

@ -435,6 +435,7 @@ typedef enum ObItemType {
T_FUN_SYS_IS_IPV4_MAPPED = 719,
T_FUN_SYS_IS_IPV4_COMPAT = 720,
T_FUN_SYS_INETATON = 721,
T_FUN_SYS_CRC32 = 722,
///< @note add new mysql only function type before this line
T_MYSQL_ONLY_SYS_MAX_OP = 800,