{
tableScan.sourceDrained = true;
tableScan.past2FutureTbl = null; // de-reference for garbage coll.
break;
}
RowLocation rowLoc = (RowLocation) aRow.getColumn(aRow.nColumns());
if (updatedRL.equals(rowLoc)) //this row we are updating jumped forward
{
saveLastCusorKey(tableScan, aRow);
break; // don't need to worry about adding this row to hash any more