[to#2024101100104676189]Get_mysql_routine_parameter_type_str function add placeholder in the master branch.
This commit is contained in:
1
deps/oblib/src/lib/ob_name_def.h
vendored
1
deps/oblib/src/lib/ob_name_def.h
vendored
@ -1187,4 +1187,5 @@
|
||||
#define N_SPLIT_PART "split_part"
|
||||
#define N_RB_ITERATE "rb_iterate"
|
||||
#define N_RB_SELECT "rb_select"
|
||||
#define N_GET_MYSQL_ROUTINE_PARAMETER_TYPE_STR "get_mysql_routine_parameter_type_str"
|
||||
#endif //OCEANBASE_LIB_OB_NAME_DEF_H_
|
||||
|
@ -511,6 +511,7 @@ typedef enum ObItemType
|
||||
T_FUN_SYS_ENHANCED_AES_ENCRYPT = 779,
|
||||
T_FUN_SYS_ENHANCED_AES_DECRYPT = 780,
|
||||
T_FUNC_SYS_MYSQL_PROC_INFO = 781,
|
||||
T_FUN_SYS_GET_MYSQL_ROUTINE_PARAMETER_TYPE_STR = 782,
|
||||
///< @note add new mysql only function type before this line
|
||||
T_MYSQL_ONLY_SYS_MAX_OP = 800,
|
||||
|
||||
|
@ -1274,6 +1274,7 @@ static ObExpr::EvalFunc g_expr_eval_functions[] = {
|
||||
NULL, // ObExprInnerIsTrue::decimal_int_is_true_end, /* 765 */
|
||||
NULL, // ObExprInnerIsTrue::json_is_true_start, /* 766 */
|
||||
NULL, // ObExprInnerIsTrue::json_is_true_end, /* 767 */
|
||||
NULL, // ObExprGetMySQLRoutineParameterTypeStr::get_mysql_routine_parameter_type_str /* 768 */
|
||||
};
|
||||
|
||||
static ObExpr::EvalBatchFunc g_expr_eval_batch_functions[] = {
|
||||
|
Reference in New Issue
Block a user