updateWithKeys did not always COMMIT transactions
This commit is contained in:
@@ -353,6 +353,9 @@ abstract class Managed_DataObject extends Memcached_DataObject
|
|||||||
}
|
}
|
||||||
$orig->decache();
|
$orig->decache();
|
||||||
$this->encache();
|
$this->encache();
|
||||||
|
|
||||||
|
// commit our db transaction since we won't reach the COMMIT below
|
||||||
|
$this->query('COMMIT');
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user