Outdated Version
You are viewing an older version of this section. View current production version.
UNLOCK TABLES
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
: name of the database
Remarks
- This command must be run on the master aggregator or a child aggregator node (see Node Requirements for SingleStore DB Commands ).
Example
UNLOCK TABLES;
Related Topics