[CP] fix temp table access location constraint bug

This commit is contained in:
zzg19950727
2022-11-23 08:09:23 +00:00
committed by wangzelin.wzl
parent dc95d872c2
commit 3ef3fad8a3
4 changed files with 48 additions and 1 deletions

View File

@ -2119,7 +2119,7 @@ int ObDMLStmt::remove_useless_sharable_expr()
} else if (OB_FAIL(column_items_.remove(i))) {
LOG_WARN("failed to remove column item", K(ret));
} else {
LOG_TRACE("succeed to remove column items", K(*expr), K(lbt()));
LOG_TRACE("succeed to remove column items", K(expr), K(lbt()));
}
}
for (int64_t i = subquery_exprs_.count() - 1; OB_SUCC(ret) && i >= 0; i--) {