Move LBFactory to Rdbms namespace
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 26 Jan 2017 18:27:37 +0000 (10:27 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Sat, 4 Feb 2017 01:24:03 +0000 (17:24 -0800)
commit4a177b34ef0f7d5ea12f1e8e51b9a4ae4892edf8
tree294e3a35a507bdc4db43ae2e964221fc09254fa7
parent7c8af2a87b9e3dbd05939862bffad382f74e003b
Move LBFactory to Rdbms namespace

Change-Id: I5ae10783228d0252284807c9562bc8e328d4becb
18 files changed:
autoload.php
includes/GlobalFunctions.php
includes/MediaWiki.php
includes/MediaWikiServices.php
includes/db/MWLBFactory.php
includes/deferred/DeferredUpdates.php
includes/installer/DatabaseInstaller.php
includes/jobqueue/JobRunner.php
includes/jobqueue/jobs/CategoryMembershipChangeJob.php
includes/libs/rdbms/lbfactory/ILBFactory.php
includes/libs/rdbms/lbfactory/LBFactory.php
includes/libs/rdbms/lbfactory/LBFactoryMulti.php
includes/libs/rdbms/lbfactory/LBFactorySimple.php
includes/libs/rdbms/lbfactory/LBFactorySingle.php
maintenance/Maintenance.php
maintenance/wrapOldPasswords.php
tests/phpunit/includes/MediaWikiServicesTest.php
tests/phpunit/includes/db/LBFactoryTest.php