lock_rec_enqueue_waiting(): Fix diagnostics
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.
Showing
Please register or sign in to comment