×
MDL Lock

How Does MySQL Implement Concurrency Control? (Part I)

This article introduces the concept of concurrent access control in database systems, specifically focusing on table-level concurrent access control in MySQL.

MySQL Deep Dive - Implementation and Acquisition Mechanism of Metadata Locking

This article introduces the commonly used data structures and meanings in MDL systems and discusses the acquisition mechanism and deadlock detection of MDL.