UNLOCK TABLES
On this page
Releases all table locks on all databases in the cluster.
After the locks are released, any previously blocked transactions resume.
Syntax
UNLOCK TABLES [ON db_name];
Arguments
-
db_
: name of the databasename
Remarks
-
This command causes implicit commits.
Refer to COMMIT for more information. -
Example
UNLOCK TABLES;
Related Topics
Last modified: January 9, 2023