Index: branches/REL1_19/phase3/maintenance/upgrade-1.19wmf1-1.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | $sectionLoads = $wgLBFactoryConf['sectionLoads']; |
23 | 23 | $sectionsByDB = $wgLBFactoryConf['sectionsByDB']; |
24 | 24 | |
25 | | - $rootPass = trim( wfShellExec( '/home/wikipedia/bin/mysql_root_pass' ) ); |
| 25 | + $rootPass = trim( wfShellExec( '/usr/local/bin/mysql_root_pass' ) ); |
26 | 26 | |
27 | 27 | // Compile wiki lists |
28 | 28 | $wikisBySection = array(); |
— | — | @@ -84,8 +84,6 @@ |
85 | 85 | |
86 | 86 | echo "$server $wiki 1.19wmf1-1"; |
87 | 87 | |
88 | | - //$this->sourceUpgradeFile( $db, dirname( __FILE__ ) .'/schema-changes-1.19wmf1-1.sql' ); |
89 | | - |
90 | 88 | if ( ! $db->indexExists( 'page', 'page_redirect_namespace_len' ) ) { |
91 | 89 | echo " page_redirect_namespace_len index"; |
92 | 90 | $this->sourceUpgradeFile( $db, dirname( __FILE__ ) . '/archives/patch-page_redirect_namespace_len.sql' ); |