Some fixes to the new load balancement system:
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 30 Mar 2008 15:16:50 +0000 (15:16 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 30 Mar 2008 15:16:50 +0000 (15:16 +0000)
commitaae07de760bfd7cc10994c85295ed2fcc217e4f5
tree00db68a7d808fc420f0a71bf257d8438d201a629
parenteb8d4b88ec8e48372e08ca299b75e53f6ba09bae
Some fixes to the new load balancement system:
* return LBFactory::getExternalLB() as reference to avoid an E_NOTICE in ExternalStoreDB::getLoadBalancer()
* remove unused global declaration of $wgExternalServers in LBFactory_Multi::getExternalLB()
includes/LBFactory.php
includes/LBFactory_Multi.php