• inaam's avatar
    branches/innodb+ rb://210 · a52c4820
    inaam authored
    Introduce a new mutex to protect flush_list.
    Redesign mtr_commit() in a way that log_sys mutex is not held while all
    mtr_memos are popped and is released just after the modified blocks are
    inserted into the flush_list. This should reduce contention on log_sys
    mutex.
    
    Approved by: Heikki
    a52c4820
buf0buf.ic 27.6 KB