{
// it can not be possible for heap row to disappear while
// holding scan cursor on index at ISOLATION_REPEATABLE_READ.
SanityManager.ASSERT(base_row_exists, "base row not found");
}
rc.deleteRow( baseRow, baseRowLocation );
}
heapCC.close();
drivingScan.close();
rc.close();