r24608 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24607‎ | r24608 | r24609 >
Date:03:34, 6 August 2007
Author:robchurch
Status:old
Tags:
Comment:
* Move redirect table line up with the others
* Trim some ?>
Modified paths:
  • /trunk/phase3/maintenance/updaters.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updaters.inc
@@ -37,6 +37,7 @@
3838 array( 'querycache_info', 'patch-querycacheinfo.sql' ),
3939 array( 'filearchive', 'patch-filearchive.sql' ),
4040 array( 'querycachetwo', 'patch-querycachetwo.sql' ),
 41+ array( 'redirect', 'patch-redirect.sql' ),
4142 );
4243
4344 $wgNewFields = array(
@@ -1019,8 +1020,6 @@
10201021
10211022 do_rc_indices_update(); flush();
10221023
1023 - add_table( 'redirect', 'patch-redirect.sql' );
1024 -
10251024 do_backlinking_indices_update(); flush();
10261025
10271026 do_categorylinks_indices_update(); flush();
@@ -1530,6 +1529,4 @@
15311530 }
15321531
15331532 return;
1534 -}
1535 -
1536 -?>
 1533+}
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r24632Merged revisions 24601-24631 via svnmerge from...david18:44, 6 August 2007
r31598Rearrange the updaters into chronological order, instead of four separate...brion22:16, 5 March 2008

Status & tagging log