fix: transform information statistics are incorrect

This commit is contained in:
fhkong
2023-07-21 10:44:16 +08:00
parent ea1c7c53d2
commit 9668dc6814

View File

@ -2307,6 +2307,7 @@ int ObTransformSimplifyExpr::remove_false_true(ObRawExpr *expr,
int ObTransformSimplifyExpr::remove_ora_decode(ObDMLStmt *stmt, bool &trans_happened)
{
int ret = OB_SUCCESS;
trans_happened = false;
ObSEArray<ObRawExpr *, 2> old_exprs;
ObSEArray<ObRawExpr *, 2> new_exprs;
ObSEArray<ObRawExpr *, 16> relation_exprs;