• Marko Mäkelä's avatar
    MDEV-32044 Mariadb crash after upgrading to 11.0.3 · 030ee267
    Marko Mäkelä authored
    ibuf_bitmap_buffered(): A new predicate, to check if the
    IBUF_BITMAP_BUFFERED bit for a particular page is set.
    
    ibuf_merge(): If ibuf_bitmap_buffered() does not hold,
    skip the records for the page. One reason why we might have
    this situation is the bug that was fixed in
    commit 34c283ba (MDEV-32132).
    030ee267
ibuf0ibuf.cc 31.8 KB