You are here

protected function MySQLiSource::_unlockTables in Backup and Migrate 8.4

Unlock all tables in the database.

File

lib/backup_migrate_core/src/Source/MySQLiSource.php, line 299

Class

MySQLiSource
Class MySQLiSource.

Namespace

BackupMigrate\Core\Source

Code

protected function _unlockTables($settings) {
  $this
    ->query('UNLOCK TABLES');
}