From 5823ca790e0faccdbfbfd459d8eb30f2a558f47c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 5 Oct 2012 07:30:34 +0000 Subject: [PATCH] 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 --- includes/db/Database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ); -- 2.20.1