Change-Id: I778f1291cfcc1b6cc5441898607e4c1341c9f6df
This commit is contained in:
Aaron Schulz 2013-08-02 16:48:40 -07:00
parent 7a609154d2
commit 138d5dc92c

View file

@ -324,7 +324,7 @@ class Profiler {
list( $method, $realtime ) = $info;
$msg .= sprintf( "%d\t%.6f\t%s\n", $i, $realtime, $method );
}
wfDebugLog( 'DBPerfomance', $msg );
wfDebugLog( 'DBPerformance', $msg );
}
unset( $this->mDBTrxHoldingLocks[$name] );
unset( $this->mDBTrxMethodTimes[$name] );