to issue<38211687><49782442><36841844><33833762>:fix serveral bugs

This commit is contained in:
hanr881
2023-05-29 09:11:05 +00:00
committed by ob-robot
parent 7ab18a630b
commit 3f332fa853
10 changed files with 59 additions and 30 deletions

View File

@ -2555,6 +2555,7 @@ int ObPLAssocIndexRawExpr::assign(const ObRawExpr &other)
for_write_ = tmp.for_write_;
out_of_range_set_err_ = tmp.out_of_range_set_err_;
parent_type_ = tmp.parent_type_;
is_index_by_varchar_ = tmp.is_index_by_varchar_;
}
}
return ret;