[JobQueue] Added support for using an external DB.
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 21 Dec 2012 01:29:02 +0000 (17:29 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 8 Jan 2013 00:42:22 +0000 (16:42 -0800)
commit6ffc11730729c6c6cd12ad70ca46774139bae7a1
tree6d762eaa19c962af8e364af013d99ea3a1d641c0
parent6008e4b2129a1700dce1db35e5a10712ed135cc1
[JobQueue] Added support for using an external DB.

* Added a new ScopedCallback class to handle reuseConnection() easily.

Change-Id: Icfab280f0173c2cb1ac44cc0bd45e9202600687b
includes/AutoLoader.php
includes/ScopedCallback.php [new file with mode: 0644]
includes/job/JobQueueDB.php