r111018 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111017‎ | r111018 | r111019 >
Date:01:47, 9 February 2012
Author:asher
Status:ok
Tags:
Comment:
path fix and cleanup
Modified paths:
  • /branches/REL1_19/phase3/maintenance/upgrade-1.19wmf1-1.php (modified) (history)

Diff [purge]

Index: branches/REL1_19/phase3/maintenance/upgrade-1.19wmf1-1.php
@@ -21,7 +21,7 @@
2222 $sectionLoads = $wgLBFactoryConf['sectionLoads'];
2323 $sectionsByDB = $wgLBFactoryConf['sectionsByDB'];
2424
25 - $rootPass = trim( wfShellExec( '/home/wikipedia/bin/mysql_root_pass' ) );
 25+ $rootPass = trim( wfShellExec( '/usr/local/bin/mysql_root_pass' ) );
2626
2727 // Compile wiki lists
2828 $wikisBySection = array();
@@ -84,8 +84,6 @@
8585
8686 echo "$server $wiki 1.19wmf1-1";
8787
88 - //$this->sourceUpgradeFile( $db, dirname( __FILE__ ) .'/schema-changes-1.19wmf1-1.sql' );
89 -
9088 if ( ! $db->indexExists( 'page', 'page_redirect_namespace_len' ) ) {
9189 echo " page_redirect_namespace_len index";
9290 $this->sourceUpgradeFile( $db, dirname( __FILE__ ) . '/archives/patch-page_redirect_namespace_len.sql' );

Status & tagging log