r83590 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83589‎ | r83590 | r83591 >
Date:16:37, 9 March 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r83558, r83555

Set default of false to $open parameter
Modified paths:
  • /trunk/phase3/includes/db/LoadBalancer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/LoadBalancer.php
@@ -367,7 +367,7 @@
368368 /**
369369 * Wait for a given slave to catch up to the master pos stored in $this
370370 */
371 - function doWait( $index, $open ) {
 371+ function doWait( $index, $open = false ) {
372372 # Find a connection to wait on
373373 $conn = $this->getAnyOpenConnection( $index );
374374 if ( !$conn ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r83591MFT r83590, fixing r83555reedy16:39, 9 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r835551.17wmf1: Live hack to fix wait for slaves logic. Will merge to trunkcatrope00:21, 9 March 2011
r83558Merge r83555 from 1.17wmf1: fix wait for slaves code from r83529catrope00:24, 9 March 2011

Status & tagging log