• Marko Mäkelä's avatar
    MDEV-28731 Race condition on log checkpoint · 22f935d6
    Marko Mäkelä authored
    mtr_t::modify(): Set the m_made_dirty flag if needed,
    so that buf_pool_t::insert_into_flush_list() will be invoked
    while holding log_sys.flush_order_mutex.
    
    This is something that was should have been part of
    commit b212f1da (MDEV-22107).
    22f935d6
mtr0mtr.cc 33.9 KB