Umherirrender has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/384312 )

Change subject: Change DB_SLAVE in comments
......................................................................

Change DB_SLAVE in comments

Change-Id: I03dcf682da750b3ccf5b7b009f62c29b1d4f37ae
---
M includes/DbFactory.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/12/384312/1

diff --git a/includes/DbFactory.php b/includes/DbFactory.php
index 9790d98..4f1fc6d 100644
--- a/includes/DbFactory.php
+++ b/includes/DbFactory.php
@@ -46,7 +46,7 @@
        /**
         * Gets a database connection for the Flow-specific database.
         *
-        * @param int $db index of the connection to get.  DB_MASTER|DB_SLAVE.
+        * @param int $db index of the connection to get.  DB_MASTER|DB_REPLICA.
         * @return \Database
         */
        public function getDB( $db ) {
@@ -69,7 +69,7 @@
        /**
         * Gets a database connection for the main wiki database.  Mockable 
version of wfGetDB.
         *
-        * @param int $db index of the connection to get.  DB_MASTER|DB_SLAVE.
+        * @param int $db index of the connection to get.  DB_MASTER|DB_REPLICA.
         * @param string|bool $wiki The wiki ID, or false for the current wiki
         * @return \DatabaseBase
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/384312
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03dcf682da750b3ccf5b7b009f62c29b1d4f37ae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <umherirrender_de...@web.de>

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

Reply via email to