* LBFactory is not really much of a factory if it doesn't have new*() functions,...
authorTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Jul 2008 10:41:08 +0000 (10:41 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Tue, 8 Jul 2008 10:41:08 +0000 (10:41 +0000)
commitc0a02eca7000ba2ff5de548461bb71dcc0aa407f
treec0cb5a8ead10ba5841f878292b41ad729954e74e
parent231538549e28e40ca2f6322a87f9ace5910b72dd
* LBFactory is not really much of a factory if it doesn't have new*() functions, is it? Introduced them, for use in parserTests.inc.
* Came up with a neater way to micro-optimise local section determination.
* Renamed LBFactory::destroy() to LBFactory::destroyInstance(), and made it close connections since apparently that's not done by default when the connection resources are destroyed.
* Removed Database::$mOut, hasn't been used for a while and it dirties up var_dump($db)
includes/db/Database.php
includes/db/LBFactory.php
includes/db/LBFactory_Multi.php