Follow-up r32085. Delay the transaction begin until after the object is initialized.
authorPlatonides <platonides@users.mediawiki.org>
Tue, 7 Sep 2010 20:11:53 +0000 (20:11 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 7 Sep 2010 20:11:53 +0000 (20:11 +0000)
commit118da6b4ef1c85549c42115511f3369676f14689
tree76f2c8402cffd08fe9287ba77bccf85c5d15fa6e
parentc48ed6ae43a91b89f07205dbb3172b90cf095987
Follow-up r32085. Delay the transaction begin until after the object is initialized.
We would get some queries into the transaction ''sometimes'', depending if it was already initialised or not, and one code path left the transaction open.
includes/Category.php