r111445 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111444‎ | r111445 | r111446 >
Date:04:05, 14 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Documentations!
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)
  • /trunk/phase3/maintenance/populateRevisionSha1.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/populateRevisionSha1.php
@@ -54,6 +54,10 @@
5555 }
5656
5757 /**
 58+ * @param $db DatabaseBase
 59+ * @param $table string
 60+ * @param $idCol
 61+ * @param $prefix string
5862 * @return Integer Rows changed
5963 */
6064 protected function doSha1Updates( $db, $table, $idCol, $prefix ) {
Index: trunk/phase3/includes/db/Database.php
@@ -666,6 +666,8 @@
667667 * @see ForeignDBRepo::getMasterDB()
668668 * @see WebInstaller_DBConnect::execute()
669669 *
 670+ * @since 1.18
 671+ *
670672 * @param $dbType String A possible DB type
671673 * @param $p Array An array of options to pass to the constructor.
672674 * Valid options are: host, user, password, dbname, flags, tablePrefix

Status & tagging log