This commit is contained in:
hnwyllmm
2022-12-07 08:05:58 +00:00
committed by ob-robot
parent 513236132c
commit 099a445e4c
6 changed files with 22 additions and 22 deletions

View File

@ -3436,7 +3436,7 @@ int ObStaticEngineCG::generate_normal_tsc(ObLogTableScan &op, ObTableScanSpec &s
ObObj& cur = root->normal_keypart_->start_;
ObQueryRange::ObEqualOff equal_off;
if (cur.is_ext() || root->null_safe_) {
is_equal_and = false; //roolback old version
is_equal_and = false; //rollback old version
} else if (root->is_rowid_key_part()) {
is_equal_and = false; //not deal with rowid
} else if (cur.is_unknown()) {