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

Change subject: Reuse connection in checkTranscacheEmpty.php
......................................................................


Reuse connection in checkTranscacheEmpty.php

Change-Id: Id7ce89e4cb0603917142c51187f8989f2c8dfd4d
---
M checkTranscacheEmpty.php
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/checkTranscacheEmpty.php b/checkTranscacheEmpty.php
index aaa6aba..eecb3e8 100644
--- a/checkTranscacheEmpty.php
+++ b/checkTranscacheEmpty.php
@@ -13,6 +13,7 @@
        } else {
                $good++;
        }
+       $lb->reuseConnection( $db );
 }
 echo "bad = $bad, good = $good\n";
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id7ce89e4cb0603917142c51187f8989f2c8dfd4d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaMaintenance
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to