[WhiteScan] fix unreachable logic

This commit is contained in:
xj0
2022-03-14 20:30:44 +08:00
committed by LINxiansheng
parent c375544c41
commit b6333008b5

View File

@ -2789,10 +2789,10 @@ int ObSysFunRawExpr::check_param_num_internal(int32_t param_num, int32_t param_c
}
break;
}
}
if (OB_UNLIKELY(OB_ERR_PARAM_SIZE == ret)) {
LOG_USER_ERROR(OB_ERR_PARAM_SIZE, func_name_.length(), func_name_.ptr());
}
}
return ret;
}