[to#2024101100104676189]Get_mysql_routine_parameter_type_str function add placeholder in the master branch.

This commit is contained in:
swjtu-wenxiang
2024-10-12 23:44:36 +00:00
committed by ob-robot
parent e1326e561b
commit 32d781dd67
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

@ -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[] = {