database: Rename LBFactoryMW to MWLBFactory
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 30 Sep 2016 21:06:02 +0000 (22:06 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 30 Sep 2016 21:06:02 +0000 (22:06 +0100)
commit6191314e58facc3d67d14b52fce8614e62aee84d
treeff02e4ec44f32566ea15cee279ee52771bae70ce
parent28efa5838e2ca98feab30ef9dd400e932ecc615f
database: Rename LBFactoryMW to MWLBFactory

It's no longer an LBFactory subclass (since 5d4b009cf), and the MW-prefix
seems more natural for this class.

The class has only existed since for about 2 weeks (since 0e5cd18b7) and
is not used outside MediaWiki core across Wikimedia Git.

Change-Id: I34be982b5d10ad03e062033da9c40b4a01665289
autoload.php
includes/ServiceWiring.php
includes/db/MWLBFactory.php [new file with mode: 0644]
includes/db/loadbalancer/LBFactoryMW.php [deleted file]
tests/phpunit/includes/db/LBFactoryTest.php