提交 b6333008 编写于 作者: X xj0 提交者: LINGuanRen

[WhiteScan] fix unreachable logic

上级 c375544c
......@@ -2789,9 +2789,9 @@ int ObSysFunRawExpr::check_param_num_internal(int32_t param_num, int32_t param_c
}
break;
}
if (OB_UNLIKELY(OB_ERR_PARAM_SIZE == ret)) {
}
if (OB_UNLIKELY(OB_ERR_PARAM_SIZE == ret)) {
LOG_USER_ERROR(OB_ERR_PARAM_SIZE, func_name_.length(), func_name_.ptr());
}
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册