Avoiding implicit transactions when applying
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 21 Nov 2013 23:54:02 +0000 (15:54 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 21 Nov 2013 23:54:06 +0000 (15:54 -0800)
commitd81f323f32d0f57c0965734e31544f644f58c313
tree13ec176b275434a2886855c1a06bdd8ba043d1a9
parent9d3c1767434e7ad4d9a20e744d47de798ce0336e
Avoiding implicit transactions when applying

* Some callers get the DB and flip DBO_TRX off, which does not
  help much if simply connecting to the DB starts a transaction.

Change-Id: I2bc90a1cdeade13ccb546db1183ab08f25156da1
includes/db/DatabaseMysqlBase.php