r83591 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r83590‎ | r83591 | r83592 >
Date:16:39, 9 March 2011
Author:reedy
Status:ok
Tags:
Comment:
MFT r83590, fixing r83555
Modified paths:
  • /branches/wmf/1.17wmf1 (modified) (history)
  • /branches/wmf/1.17wmf1/includes (modified) (history)
  • /branches/wmf/1.17wmf1/includes/db/LoadBalancer.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/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 ) {
Property changes on: branches/wmf/1.17wmf1/includes
___________________________________________________________________
Modified: svn:mergeinfo
375375 Merged /trunk/phase3/includes:r83590
Property changes on: branches/wmf/1.17wmf1
___________________________________________________________________
Modified: svn:mergeinfo
376376 Merged /trunk/phase3:r83590

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
r83590Followup r83558, r83555...reedy16:37, 9 March 2011

Status & tagging log