From: Niklas Laxström Date: Fri, 5 Oct 2012 07:30:34 +0000 (+0000) Subject: Shutup some trx warnings X-Git-Tag: 1.31.0-rc.0~22146 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=5823ca790e0faccdbfbfd459d8eb30f2a558f47c;p=lhc%2Fweb%2Fwiklou.git Shutup some trx warnings It's been two weeks and there hasn't been enough effort in fixing the reported issues to justify the flooding of logs in twn. Change-Id: I3eacc5a9220b451bb94c4aa5ae35de4095528542 --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 0a51f490ae..5271208fb2 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -2923,8 +2923,8 @@ abstract class DatabaseBase implements DatabaseType { // // b) the DBO_TRX flag is not set. Explicit transactions should always be properly // started and comitted. - wfWarn( "$fname: Transaction already in progress (from {$this->mTrxFname}), " . - " performing implicit commit!" ); + /*wfWarn( "$fname: Transaction already in progress (from {$this->mTrxFname}), " . + " performing implicit commit!" );*/ } elseif ( $wgDebugDBTransactions ) { wfDebug( "$fname: Transaction already in progress (from {$this->mTrxFname}), " . " performing implicit commit!\n" );