[to #52410623] fix serval plsql bugs
This commit is contained in:
@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user