This commit is contained in:
Ralf Becker 2016-10-13 17:58:27 +02:00
parent 30cf772c4d
commit a81442373c

View File

@ -935,7 +935,7 @@ class Backup
if ($lock_table || empty($pk) && is_null($lock_table)) if ($lock_table || empty($pk) && is_null($lock_table))
{ {
$this->db->Link_ID->row_lock($table); $this->db->row_lock($table);
} }
$total = $max = 0; $total = $max = 0;
do { do {