r97545 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97544‎ | r97545 | r97546 >
Date:20:02, 19 September 2011
Author:brion
Status:ok
Tags:
Comment:
MFT r97544: fix bug 31007 regression in r77778
Modified paths:
  • /branches/REL1_18/phase3/maintenance/rebuildrecentchanges.php (modified) (history)

Diff [purge]

Index: branches/REL1_18/phase3/maintenance/rebuildrecentchanges.php
@@ -132,7 +132,6 @@
133133 } else {
134134 # Grab the entry's text size
135135 $size = $dbw->selectField( 'revision', 'rev_len', array( 'rev_id' => $obj->rc_this_oldid ) );
136 - $size = !is_null( $size ) ? intval( $size ) : 'NULL';
137136
138137 $dbw->update( 'recentchanges',
139138 array(

Follow-up revisions

RevisionCommit summaryAuthorDate
r97546MFT r97544: fix bug 31007 regression in r77778brion20:02, 19 September 2011
r107964re Bug 31007 - rebuildrecentchanges.php fails for Postgresql with strings for...mah23:42, 3 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77778One less $wgTitle, and use dbw->update() instead of raw sqldemon05:59, 5 December 2010
r97544* (bug 31007) Fix regression in rebuildrecentchanges maintenance script...brion20:00, 19 September 2011

Status & tagging log