Fix join elimination bug

This commit is contained in:
2149
2023-12-01 08:42:15 +00:00
committed by ob-robot
parent 4a24486c64
commit 9322b0b153

View File

@ -2003,6 +2003,8 @@ int ObTransformJoinElimination::eliminate_semi_right_child_table(ObDMLStmt *stmt
LOG_WARN("rebuild table hash failed", K(ret));
} else if (OB_FAIL(child_stmt->update_column_item_rel_id())) {
LOG_WARN("failed to update columns' relation id", K(ret));
} else if (OB_FAIL(stmt->rebuild_tables_hash())) {
LOG_WARN("rebuild table hash failed", K(ret));
} else if (OB_FAIL(stmt->update_column_item_rel_id())) {
LOG_WARN("failed to update columns' relation id", K(ret));
} else if (OB_FAIL(stmt->formalize_stmt(ctx_->session_info_))) {