If you’ve been working with MySQL for some time, you have probably heard the terms “table-level locking” and “row-level locking”. These terms refer to the lock granularity in MySQL — in this tutorial ...
MySQL uses Metadata Locks (MDL) to protect table definitions while queries are running. Any query that accesses a table (even a simple SELECT) acquires an MDL shared lock, while DDL operations (such ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results