r91766 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91765‎ | r91766 | r91767 >
Date:22:15, 8 July 2011
Author:demon
Status:ok
Tags:
Comment:
MFT r91765
Modified paths:
  • /branches/wmf/1.17wmf1/maintenance/cleanupTable.inc (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/maintenance/cleanupTable.inc
@@ -102,7 +102,7 @@
103103
104104 $table = $params['table'];
105105 // count(*) would melt the DB for huge tables, we can estimate here
106 - $dbr->estimateRowCount( $table, '*', '', __METHOD__ );
 106+ $count = $dbr->estimateRowCount( $table, '*', '', __METHOD__ );
107107 $this->init( $count, $table );
108108 $this->output( "Processing $table...\n" );
109109
Property changes on: branches/wmf/1.17wmf1/maintenance/cleanupTable.inc
___________________________________________________________________
Modified: svn:mergeinfo
110110 Merged /trunk/phase3/maintenance/cleanupTable.inc:r91765

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91765Wow major typo, r91763demon22:15, 8 July 2011

Status & tagging log