key, DbLsn.NULL_LSN, null);
/*
* Add an IN delete entry, it should get picked up by the reader.
*/
INDeleteInfo info =
new INDeleteInfo(i, key, DbInternal.
dbGetDatabaseImpl(db).getId());
lsn = logManager.log(info);
checkList.add(new CheckInfo(lsn, info));
/*