fix gis index duplicate
This commit is contained in:
@ -131,7 +131,8 @@ int ObDASDMLIterator::get_next_spatial_index_row(ObNewRow *&row)
|
|||||||
} else {
|
} else {
|
||||||
spatial_rows = get_spatial_index_rows();
|
spatial_rows = get_spatial_index_rows();
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
if (OB_NOT_NULL(spatial_rows)) {
|
||||||
spatial_rows->reuse();
|
spatial_rows->reuse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -211,7 +211,8 @@ int ObDASUpdIterator::get_next_spatial_index_row(ObNewRow *&row)
|
|||||||
} else {
|
} else {
|
||||||
spatial_rows = get_spatial_index_rows();
|
spatial_rows = get_spatial_index_rows();
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
if (OB_NOT_NULL(spatial_rows)) {
|
||||||
spatial_rows->reuse();
|
spatial_rows->reuse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user