• Sergey Vojtovich's avatar
    Applying InnoDB snapshot · 5cd0fae4
    Sergey Vojtovich authored
    Detailed revision comments:
    
    r6467 | inaam | 2010-01-14 20:46:00 +0200 (Thu, 14 Jan 2010) | 10 lines
    branches/zip rb://226
    
    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
    5cd0fae4
log0log.h 35.4 KB