//I will move it into endTxn.
//(new TxnRegopLogRecord(TXN_COMMIT,(new Date()).getTime(),this.txnId)).log(flag);
} else { /* Log the commit in the parent! */
(new TxnChildLogRecord(txnId, lastLsn, this.parent.getTxnId())).log(); //pending ?!
parent.setFlags(TXN_CHILDCOMMIT);
}
} //end if (!(lastLsn.getFileId() == 0))
lnkTransactionManager.getMemLogManager().commit(txnId);