[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

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