Merge pull request from GitHub pr175
This commit is contained in:
committed by
wangzelin.wzl
parent
99f2835249
commit
58f7fb882e
@ -426,6 +426,8 @@ 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,
|
||||
|
||||
///< @note add new mysql only function type before this line
|
||||
T_MYSQL_ONLY_SYS_MAX_OP = 800,
|
||||
|
||||
|
||||
@ -1552,6 +1552,7 @@ const char* get_type_name(int type)
|
||||
case T_HASH_PARTITION_LIST : return "T_HASH_PARTITION_LIST";
|
||||
case T_RANGE_PARTITION_LIST : return "T_RANGE_PARTITION_LIST";
|
||||
case T_LIST_PARTITION_LIST : return "T_LIST_PARTITION_LIST";
|
||||
case T_FUN_SYS_EXPORT_SET : return "T_FUN_SYS_EXPORT_SET";
|
||||
default:return "Unknown";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user