[CP] [CP] Fix view synonym bug

This commit is contained in:
xianyu-w
2024-02-06 06:12:01 +00:00
committed by ob-robot
parent f959608a49
commit f1c9be6b9f
27 changed files with 48 additions and 54 deletions

View File

@ -8292,7 +8292,7 @@ OB_NOINLINE int ObQueryRange::deep_copy(const ObQueryRange &other,
}
const ColumnIdInfoMap& input_srid = other.get_columnId_map();
if (input_srid.created()) {
if (OB_SUCC(ret) && input_srid.created()) {
ColumnIdInfoMap::const_iterator iter = input_srid.begin();
if (!columnId_map_.created()) {
if (OB_FAIL(columnId_map_.create(OB_DEFAULT_SRID_BUKER, &map_alloc_, &bucket_allocator_wrapper_))) {