Add LBFactory::closeAll() method
authorBrion Vibber <brion@pobox.com>
Tue, 24 May 2016 15:32:12 +0000 (08:32 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 25 May 2016 07:43:23 +0000 (07:43 +0000)
commit874918485692cd77639174d32e43e5ddbb1229f7
tree0d703499d6a9bb210f98d8526a8fb8b95b125997
parent8ba5905be826b680e041e1b49ed5f35db1be51ba
Add LBFactory::closeAll() method

Needed to allow long-running background tasks to close out database
connections in a way that allows them to reopen later when needed
again.

Bug: T97641
Change-Id: I4974b691392d4225b15e7b771a28a2cefeb9d8e4
includes/db/loadbalancer/LBFactory.php