[JobQueue] Use SELECT for deduplication rather than more expensive DELETEs.
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 29 Nov 2012 00:09:46 +0000 (16:09 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 3 Dec 2012 17:51:39 +0000 (09:51 -0800)
commit2fbce9d970a4f5f6ea3da482f61f3083c82df42f
treed19c33d7ae91798236494dd9d8cbdf5a28beb2f2
parent529db96cdc31c5a1870ee0df623f21912a73c9aa
[JobQueue] Use SELECT for deduplication rather than more expensive DELETEs.

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