fix gis index duplicate
This commit is contained in:
parent
a4415335f4
commit
31938ba8a1
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user