r76539 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76538‎ | r76539 | r76540 >
Date:19:53, 11 November 2010
Author:overlordq
Status:reverted
Tags:
Comment:
sequence was renamed a while back but this was missed
Modified paths:
  • /trunk/phase3/maintenance/rebuildrecentchanges.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildrecentchanges.php
@@ -66,7 +66,7 @@
6767 $cutoff = time() - $wgRCMaxAge;
6868 $dbw->insertSelect( 'recentchanges', array( 'page', 'revision' ),
6969 array(
70 - 'rc_id' => ( $dbw->nextSequenceValue( 'rc_rc_id_seq' ) > 0 ) ? $dbw->nextSequenceValue( 'rc_rc_id_seq' ) : 0,
 70+ 'rc_id' => ( $dbw->nextSequenceValue( 'recentchanges_rc_id_seq' ) > 0 ) ? $dbw->nextSequenceValue( 'recentchanges_rc_id_seq' ) : 0,
7171 'rc_timestamp' => 'rev_timestamp',
7272 'rc_cur_time' => 'rev_timestamp',
7373 'rc_user' => 'rev_user',

Follow-up revisions

RevisionCommit summaryAuthorDate
r76540Partial 'reverts' of of r70608, r76539, that doesn't do what you want, you're...overlordq20:03, 11 November 2010

Status & tagging log