Convert doBatchPushInternal to use startAtomic/endAtomic
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Oct 2015 18:03:35 +0000 (11:03 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 7 Oct 2015 18:03:35 +0000 (11:03 -0700)
commitfc662dcb71cfa4cf2d8335441814dc98b9215989
tree69c3bb45ee0302b4ece16cd064c0165c35b7650e
parent2cf39dd2e8a42bba0d0745f62f0c213a005646f4
Convert doBatchPushInternal to use startAtomic/endAtomic

This is less likely to cause nesting problems if the main
DB is used for the job table (e.g. stock installs)

Change-Id: I4c72688bd5d07a6b0626958869e6b386babbc5b3
includes/jobqueue/JobQueueDB.php