replace ts related to ddl with scn.

This commit is contained in:
obdev
2022-11-28 02:21:13 +00:00
committed by ob-robot
parent bbec6aff49
commit 8a4d14122f
539 changed files with 17685 additions and 173434 deletions

View File

@ -175,6 +175,7 @@ int ObTransformSubqueryCoalesce::transform_same_exprs(ObDMLStmt *stmt,
}
}
if (OB_SUCC(ret) && coalesce_happened) {
is_happened = true;
if (OB_FAIL(ObOptimizerUtil::remove_item(conds, remove_exprs))) {
LOG_WARN("failed to remove exprs", K(ret));
}