status = dup.getCurrentAlreadyLatched
(key, data, lockType, first);
if (status == OperationStatus.SUCCESS) {
if (dup.getDupBIN() != null) {
dup.incrementLNCount();
}
} else {
/* The record we're pointing at may be deleted. */
status = dup.getNext(key, data, lockType, first, false);
}