• Marko Mäkelä's avatar
    MDEV-24182 ibuf_merge_or_delete_for_page() contains dead code · bd528b0c
    Marko Mäkelä authored
    The function ibuf_merge_or_delete_for_page() was always being
    invoked with update_ibuf_bitmap=true ever since
    commit cd623508
    fixed up something after MDEV-9566.
    
    Furthermore, the parameter page_size is never being passed as a
    null pointer, and therefore it should better be a reference to
    a constant object.
    bd528b0c
ibuf0ibuf.cc 139 KB