[to #52410623] fix serval plsql bugs

This commit is contained in:
obdev
2024-02-21 10:45:43 +00:00
committed by ob-robot
parent 64768c3063
commit eb0df58ce0
8 changed files with 59 additions and 13 deletions

View File

@ -1082,7 +1082,9 @@ int ObResolverUtils::match_vacancy_parameters(
ret = OB_ERR_SP_WRONG_ARG_NUM;
LOG_WARN("argument count not match",
K(ret),
K(routine_info.get_param_count()), K(i));
K(routine_info.get_param_count()),
K(i),
K(match_info));
} else {
OX (match_info.match_info_.at(i) =
ObRoutineMatchInfo::MatchInfo(routine_param->is_default_cast(),