correct spelling
This commit is contained in:
@ -212,7 +212,7 @@ int ObDASUpdIterator::get_next_spatial_index_row(ObNewRow *&row)
|
|||||||
}
|
}
|
||||||
} else if (OB_ISNULL(spatial_rows)) {
|
} else if (OB_ISNULL(spatial_rows)) {
|
||||||
if (OB_FAIL(create_spatial_index_store())) {
|
if (OB_FAIL(create_spatial_index_store())) {
|
||||||
LOG_WARN("create spatila index rows store failed", K(ret));
|
LOG_WARN("create spatial index rows store failed", K(ret));
|
||||||
} else {
|
} else {
|
||||||
spatial_rows = get_spatial_index_rows();
|
spatial_rows = get_spatial_index_rows();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user