jenkins-bot has submitted this change and it was merged.

Change subject: Removed unused $trx variable
......................................................................


Removed unused $trx variable

Change-Id: Ie4bc7c32c09f80dccf45946569cbc1ec5f136bdb
---
M includes/db/Database.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Umherirrender: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/db/Database.php b/includes/db/Database.php
index e5332d2..fc2451e 100644
--- a/includes/db/Database.php
+++ b/includes/db/Database.php
@@ -975,7 +975,6 @@
                        # Include query transaction state
                        $queryProf .= $this->mTrxShortId ? " 
[TRX#{$this->mTrxShortId}]" : "";
 
-                       $trx = $this->mTrxLevel ? 'TRX=yes' : 'TRX=no';
                        wfProfileIn( $totalProf );
                        wfProfileIn( $queryProf );
                }

-- 
To view, visit https://gerrit.wikimedia.org/r/175036
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie4bc7c32c09f80dccf45946569cbc1ec5f136bdb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: Umherirrender <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to