• inaam's avatar
    branches/zip rb://226 · 910c08d4
    inaam authored
    log_sys->written_to_all_lsn does not accurately represent the LSN
    upto which write and flush has taken place. Under a race condition
    it can fall behind log_sys->flushed_to_disk_lsn which is accurate.
    Besides written_to_all_lsn is redundant as currently InnoDB supports
    only one log group.
    
    Approved by: Heikki
    910c08d4
log0log.c 86.1 KB