[JobQueue] Removed redundant DBO_TRX handling in JobQueueDB.
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 5 Dec 2012 01:44:48 +0000 (17:44 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 5 Dec 2012 01:44:48 +0000 (17:44 -0800)
commit67dd5985c99a164a212dd098e3b1bf745109b4b6
tree1517dcb85b749b829ab337a5e41ce1f6539f5f34
parent8112995e3767485f6d73393e6ed6ccfcb42b9d98
[JobQueue] Removed redundant DBO_TRX handling in JobQueueDB.

* The onTransactionIdle() function already handles this.

Change-Id: I4851e75a63a270984399cef288f370dcc3138e30
includes/job/JobQueueDB.php