r80906 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80905‎ | r80906 | r80907 >
Date:20:08, 24 January 2011
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: Committing local change to mctest.php . Not sure this change even makes sense, need to ask Chad
Modified paths:
  • /branches/wmf/1.16wmf4/maintenance/mctest.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/maintenance/mctest.php
@@ -40,7 +40,7 @@
4141 $wgMemCachedServers = array( $this->getArg() );
4242
4343 foreach ( $wgMemCachedServers as $server ) {
44 - $this->output( $server . " " );
 44+ #$this->output( $server . " " );
4545 $mcc = new MemCachedClientforWiki( array('persistant' => true) );
4646 $mcc->set_servers( array( $server ) );
4747 $set = 0;
@@ -65,7 +65,7 @@
6666 }
6767 $exectime = $this->microtime_float() - $time_start;
6868
69 - $this->output( "set: $set incr: $incr get: $get time: $exectime\n" );
 69+ $this->output( "$server \tset: $set incr: $incr get: $get time: $exectime\n" );
7070 }
7171 }
7272

Status & tagging log