Add error codes for sql module, !! Please Read Task Description Carefully!!

This commit is contained in:
obdev
2023-08-01 17:18:33 +00:00
committed by ob-robot
parent a706aa36a0
commit a56c5b6dec
63 changed files with 106 additions and 67 deletions

View File

@ -1676,7 +1676,7 @@ int ObLogicalOperator::mark_expr_produced(ObRawExpr *expr,
ExprProducer new_expr_producer(expr, id_);
new_expr_producer.producer_branch_ = branch_id;
new_expr_producer.producer_id_ = producer_id;
if (gen_expr_ctx.add(new_expr_producer)) {
if (OB_FAIL(gen_expr_ctx.add(new_expr_producer))) {
LOG_WARN("failed to add expr producer", K(ret));
} else { /*do nothing*/ }
} else {