[to #2024122400106619668]fix: expr eval_inner_type_to_enumset add master placeholder

This commit is contained in:
obdev 2025-01-06 21:45:59 +00:00 committed by ob-robot
parent f43a135d27
commit c5dde41970
2 changed files with 2 additions and 1 deletions

View File

@ -513,6 +513,7 @@ typedef enum ObItemType
T_FUNC_SYS_MYSQL_PROC_INFO = 781,
T_FUN_SYS_GET_MYSQL_ROUTINE_PARAMETER_TYPE_STR = 782,
T_FUN_SYS_MYSQL_TO_CHAR = 783,
T_FUN_INNER_TYPE_TO_ENUMSET = 784,
///< @note add new mysql only function type before this line
T_MYSQL_ONLY_SYS_MAX_OP = 800,

View File

@ -1349,7 +1349,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
NULL, // ObExprVecIVFPQCenterVector::generate_pq_center_vector, /* 817 */
NULL, // ObExprDemoteCast::eval_demoted_val, /* 818 */
NULL, // ObExprRangePlacement::eval_range_placement, /* 819 */
NULL, // ObExprInnerTypeToEnumSet::eval_inner_type_to_enumset, /* 820 */
};
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {