Allow passing the default DB group to use in Maintenance scripts
authorMarius Hoch <hoo@online.de>
Tue, 12 Jun 2018 21:49:52 +0000 (23:49 +0200)
committerMarius Hoch <hoo@online.de>
Tue, 12 Jun 2018 21:52:40 +0000 (23:52 +0200)
commitd74413bbe724ce6d49441b2e3028209cf4382637
treea8dea25da0178827ae6b8d123bdfbd990f2da207
parent4aa09d47591337bf1da38fd3c8a11f58d872a33c
Allow passing the default DB group to use in Maintenance scripts

Also allows setting it via a global, although that is probably
less useful.

Bug: T147169
Change-Id: Ic51204a6f6ce9db4cc96108e823e388512724eff
includes/DefaultSettings.php
includes/db/MWLBFactory.php
includes/libs/rdbms/lbfactory/LBFactory.php
includes/libs/rdbms/loadbalancer/LoadBalancer.php
maintenance/Maintenance.php