Skip to main content

MySQL deadlock — glossary

TL;DR

Circular lock waits resolved by InnoDB choosing a victim transaction.

Key facts

Term
MySQL deadlock

TL;DR

Circular lock waits resolved by InnoDB choosing a victim transaction.

Definition

MySQL deadlock is referenced across Reflex documentation and playbooks.

In production operations

Understanding MySQL deadlock helps you interpret alerts, capacity charts, and repair actions safely.

Related