Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
lock_rec_enqueue_waiting(): Fix diagnostics
This is fixup after commit 8026cd6. 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.
- Loading branch information