UNLOCK TABLES
Syntax
UNLOCK TABLES
Contents
Description
UNLOCK TABLES
explicitly releases any table locks held by the
current session. See LOCK TABLES
for more information.
In addition to releasing table locks acquired by the LOCK TABLES
statement, the UNLOCK TABLES
statement also releases the global read lock acquired by the FLUSH TABLES WITH READ LOCK
statement. The FLUSH TABLES WITH READ LOCK
statement is very useful for performing backups. See FLUSH
for more information about FLUSH TABLES WITH READ LOCK
.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.