• Marko Mäkelä's avatar
    MDEV-19514 fixup: Fix recovery with innodb_change_buffering_debug=1 · 4e5e8166
    Marko Mäkelä authored
    During crash recovery, recv_sys.apply(true) invokes
    mlog_init.mark_ibuf_exist(), which in turn may invoke
    recv_sys.apply(true) via the buf_flush_sync() call in
    buf_page_get_low(). The simplest fix is to disable the
    innodb_change_buffering_debug=1 instrumentation
    during crash recovery.
    4e5e8166
buf0buf.cc 129 KB