http://www.mediawiki.org/wiki/Special:Code/MediaWiki/83590

Revision: 83590
Author:   reedy
Date:     2011-03-09 16:37:39 +0000 (Wed, 09 Mar 2011)
Log Message:
-----------
Followup r83558, r83555

Set default of false to $open parameter

Modified Paths:
--------------
    trunk/phase3/includes/db/LoadBalancer.php

Modified: trunk/phase3/includes/db/LoadBalancer.php
===================================================================
--- trunk/phase3/includes/db/LoadBalancer.php   2011-03-09 16:24:54 UTC (rev 
83589)
+++ trunk/phase3/includes/db/LoadBalancer.php   2011-03-09 16:37:39 UTC (rev 
83590)
@@ -367,7 +367,7 @@
        /**
         * Wait for a given slave to catch up to the master pos stored in $this
         */
-       function doWait( $index, $open ) {
+       function doWait( $index, $open = false ) {
                # Find a connection to wait on
                $conn = $this->getAnyOpenConnection( $index );
                if ( !$conn ) {


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to