Skip to content

Commit

Permalink
Change Do -> Select for Mysqli Tidb Compat (#22439)
Browse files Browse the repository at this point in the history
  • Loading branch information
caddoo authored Jul 30, 2024
1 parent 7f64e63 commit 9fb618b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ArchiveProcessor/LoaderLock.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function setLock()

public function unLock()
{
Db::query('DO RELEASE_LOCK(?)', array($this->id));
Db::query('SELECT RELEASE_LOCK(?)', array($this->id));
}

public function getId()
Expand Down

0 comments on commit 9fb618b

Please sign in to comment.