db_unlock_tables()
drupal/includes/database.mysqli.inc, line 349
Unlock all locked tables.
| Name | Description |
|---|---|
| Database abstraction layer | Allow the use of different database servers using the same code base. |
function db_unlock_tables() {
db_query('UNLOCK TABLES');
}