Move LBFactorySingle to /libs/rdbms
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 18 Sep 2016 02:13:21 +0000 (19:13 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 18 Sep 2016 02:13:21 +0000 (19:13 -0700)
commit896a4c74de8991e950f33b4c8c4d761672bc8466
treeabdde3d6042731b6abd7e0455e70857dc829b2b2
parent082b584a1f59f19915a06231f16cb95b3df0b7c6
Move LBFactorySingle to /libs/rdbms

Also add newFromConnection() methods for cleaner looking construction
since the IDatabase is fundamental and required.

Change-Id: Ife478d045cee92a30c91e9004833a557488bd512
autoload.php
includes/db/loadbalancer/LBFactorySingle.php [deleted file]
includes/installer/DatabaseInstaller.php
includes/libs/rdbms/lbfactory/LBFactorySingle.php [new file with mode: 0644]
includes/libs/rdbms/loadbalancer/LoadBalancerSingle.php