Remove commit() calls from JobQueueDB
commitf3cfdf0baa036a4b3375857cc74344ec09f6ac6f
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 23 Aug 2016 05:23:58 +0000 (22 22:23 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 23 Aug 2016 17:24:58 +0000 (23 17:24 +0000)
treeccbc4e8551987327b488fbe2e3c0639060369d09
parentd7c4e65fddc7a737395cb1dbaedb4d51eff3cc43
Remove commit() calls from JobQueueDB

These are not safe for the common case where the local DB
handle is used for the queue (and other table writes).

Change-Id: Ic24a05c18bf31e49bf7e9a3c058deb5d35271511
includes/jobqueue/JobQueueDB.php
includes/jobqueue/JobRunner.php