Fix for r80864: the $dbname variable was not there only to make pretty debug output...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Jan 2011 18:45:59 +0000 (18:45 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Jan 2011 18:45:59 +0000 (18:45 +0000)
commitc2379cd884c0ebf724b7da8520afbd6391710106
tree3cab4d603086f85610211c0a7354adabebb156cd
parenta5053d4c5ad87796864a7030370be19ea44e923c
Fix for r80864: the $dbname variable was not there only to make pretty debug output, but also to let the connection choose the correct database. This was breaking connections to other databases since they were always using wiki's database.
includes/db/LoadBalancer.php