[FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com> Co-authored-by: fkuner <784819644@qq.com> Co-authored-by: lucky-sinx <2549261744@qq.com>
This commit is contained in:
@ -1276,7 +1276,7 @@ int ObTransformConstPropagate::remove_const_exec_param_exprs(ObDMLStmt *stmt,
|
||||
LOG_WARN("failed to remove const exec param", K(ret));
|
||||
} else if (!is_happened) {
|
||||
// do nothing
|
||||
} else if (expr->formalize(ctx_->session_info_)) {
|
||||
} else if (OB_FAIL(expr->formalize(ctx_->session_info_))) {
|
||||
LOG_WARN("failed to formalize expr", K(ret));
|
||||
} else if (OB_FAIL(expr_ptr.set(expr))) {
|
||||
LOG_WARN("failed to update expr", K(ret));
|
||||
|
||||
Reference in New Issue
Block a user