Index: trunk/phase3/includes/db/LoadBalancer.php |
— | — | @@ -325,14 +325,6 @@ |
326 | 326 | } |
327 | 327 | |
328 | 328 | /** |
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 | | - /** |
337 | 329 | * Set the master wait position |
338 | 330 | * If a DB_SLAVE connection has been opened already, waits |
339 | 331 | * Otherwise sets a variable telling it to wait if such a connection is opened |