r77147 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77146‎ | r77147 | r77148 >
Date:12:27, 23 November 2010
Author:maxsem
Status:ok
Tags:
Comment:
Removed LoadBalancer::getGroupIndex(): deprecated since r32578, no callers
Modified paths:
  • /trunk/phase3/includes/db/LoadBalancer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/LoadBalancer.php
@@ -325,14 +325,6 @@
326326 }
327327
328328 /**
329 - * Get a random server to use in a query group
330 - * @deprecated use getReaderIndex
331 - */
332 - function getGroupIndex( $group ) {
333 - return $this->getReaderIndex( $group );
334 - }
335 -
336 - /**
337329 * Set the master wait position
338330 * If a DB_SLAVE connection has been opened already, waits
339331 * Otherwise sets a variable telling it to wait if such a connection is opened

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r32578* Introduced LBFactory -- an abstract class for configuring database load bal...tstarling09:48, 30 March 2008

Status & tagging log