r75219 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75218‎ | r75219 | r75220 >
Date:22:43, 22 October 2010
Author:catrope
Status:ok
Tags:
Comment:
Add __METHOD__ to query() call in runBatchedQuery.php
Modified paths:
  • /trunk/phase3/maintenance/runBatchedQuery.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/runBatchedQuery.php
@@ -43,7 +43,7 @@
4444 do {
4545 $this->output( "Batch $n: " );
4646 $n++;
47 - $dbw->query( $query );
 47+ $dbw->query( $query, __METHOD__ );
4848 $affected = $dbw->affectedRows();
4949 $this->output( "$affected rows\n" );
5050 wfWaitForSlaves( $wait );

Status & tagging log