*** log/log.c.orig Sun Oct 25 21:14:27 1998 --- log/log.c Sat Mar 13 13:25:09 1999 *************** *** 226,237 **** } /* ! * We know where the end of the log is. Since that record is on disk, ! * it's also the last-synced LSN. */ ! lp->lsn = lsn; lp->lsn.offset += dblp->c_len; - lp->s_lsn = lp->lsn; /* Set up the current buffer information, too. */ lp->len = dblp->c_len; --- 226,237 ---- } /* ! * We now know where the end of the log is. Set the first LSN that ! * we want to return to an application and the LSN of the last known ! * record on disk. */ ! lp->lsn = lp->s_lsn = lsn; lp->lsn.offset += dblp->c_len; /* Set up the current buffer information, too. */ lp->len = dblp->c_len;