r49463 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49462‎ | r49463 | r49464 >
Date:14:42, 14 April 2009
Author:aaron
Status:ok
Tags:
Comment:
Log stream buffer fix
Modified paths:
  • /trunk/phase3/includes/Export.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Export.php
@@ -197,10 +197,10 @@
198198 array( 'ORDER BY' => 'log_id', 'USE INDEX' => array('logging' => 'PRIMARY') )
199199 );
200200 $wrapper = $this->db->resultObject( $result );
 201+ $this->outputLogStream( $wrapper );
201202 if( $this->buffer == WikiExporter::STREAM ) {
202203 $this->db->bufferResults( $prev );
203204 }
204 - $this->outputLogStream( $wrapper );
205205 # For page dumps...
206206 } else {
207207 $tables = array( 'page', 'revision' );

Status & tagging log