You need to sign in or sign up before continuing.
  • Marko Mäkelä's avatar
    MDEV-29590 Deadlock between ibuf_insert_to_index_page_low() and DDL · 3e9e377b
    Marko Mäkelä authored
    btr_page_reorganize_low(): Do not invoke lock_move_reorganize_page()
    on a dummy index during change buffer merge. The ibuf.index page
    latch that we are holding may block a DDL operation that is waiting
    in ibuf_delete_for_discarded_space() while holding exclusive
    lock_sys.latch. ibuf_insert_low() would refuse to buffer a change
    if any locks exist for the index page.
    3e9e377b
btr0btr.cc 159 KB