mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
commit all transactions on closing the db (there is only one, but we support inner transactions - logically speaking)
git-svn-id: file:///svn/phpbb/trunk@8271 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -124,7 +124,11 @@ class dbal
|
||||
|
||||
if ($this->transaction)
|
||||
{
|
||||
$this->sql_transaction('commit');
|
||||
do
|
||||
{
|
||||
$this->sql_transaction('commit');
|
||||
}
|
||||
while ($this->transaction);
|
||||
}
|
||||
|
||||
foreach ($this->open_queries as $query_id)
|
||||
|
Reference in New Issue
Block a user