fix gis index duplicate

This commit is contained in:
obdev 2022-12-29 10:38:08 +00:00 committed by ob-robot
parent a4415335f4
commit 31938ba8a1
2 changed files with 4 additions and 2 deletions

View File

@ -131,7 +131,8 @@ int ObDASDMLIterator::get_next_spatial_index_row(ObNewRow *&row)
} else {
spatial_rows = get_spatial_index_rows();
}
} else {
}
if (OB_NOT_NULL(spatial_rows)) {
spatial_rows->reuse();
}

View File

@ -211,7 +211,8 @@ int ObDASUpdIterator::get_next_spatial_index_row(ObNewRow *&row)
} else {
spatial_rows = get_spatial_index_rows();
}
} else {
}
if (OB_NOT_NULL(spatial_rows)) {
spatial_rows->reuse();
}