Index: trunk/phase3/maintenance/populateRevisionSha1.php |
— | — | @@ -54,6 +54,10 @@ |
55 | 55 | } |
56 | 56 | |
57 | 57 | /** |
| 58 | + * @param $db DatabaseBase |
| 59 | + * @param $table string |
| 60 | + * @param $idCol |
| 61 | + * @param $prefix string |
58 | 62 | * @return Integer Rows changed |
59 | 63 | */ |
60 | 64 | protected function doSha1Updates( $db, $table, $idCol, $prefix ) { |
Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -666,6 +666,8 @@ |
667 | 667 | * @see ForeignDBRepo::getMasterDB() |
668 | 668 | * @see WebInstaller_DBConnect::execute() |
669 | 669 | * |
| 670 | + * @since 1.18 |
| 671 | + * |
670 | 672 | * @param $dbType String A possible DB type |
671 | 673 | * @param $p Array An array of options to pass to the constructor. |
672 | 674 | * Valid options are: host, user, password, dbname, flags, tablePrefix |