• Marko Mäkelä's avatar
    lock_rec_enqueue_waiting(): Fix diagnostics · b81a403e
    Marko Mäkelä authored
    This is fixup after commit 8026cd62.
    We must not silently allow a lock wait to occur during InnoDB data
    dictionary transactions. The dict_operation_lock is supposed to
    prevent lock waits, and we want to be aware of any errors.
    b81a403e
lock0lock.cc 192 KB