Tell people not to start transactions in doUpdate.
authordaniel <daniel.kinzler@wikimedia.de>
Thu, 12 Jul 2012 20:50:48 +0000 (16:50 -0400)
committerdaniel <daniel.kinzler@wikimedia.de>
Thu, 12 Jul 2012 20:56:07 +0000 (16:56 -0400)
commit07e7a9c94494c1db2794a8965459b14e6edacc41
tree44e87aec5ee52f71cff547b0382b18b14bfaeba4
parent6f04670c3f46bf64d6c3a5559f627eefd83fcd2f
Tell people not to start transactions in doUpdate.

DataUpdate::runUpdates() object handle transations automatically,
code in doUpdate should not interfere with that.

Change-Id: I7575e1b77d58921813af24e015edb03cad5fdb3a
includes/DataUpdate.php
includes/SqlDataUpdate.php