/*
* Note that the LN must be left null to ensure the key in the
* BIN slot is transactionally correct (keys are updated if
* necessary when the LN is fetched). [#15704]
*/
parentBIN.updateEntry(entryIndex, null, logLsn,
location.lnKey);
parentBIN.clearKnownDeleted(entryIndex);
parentBIN.clearPendingDeleted(entryIndex);
location.index = entryIndex;
return true;