jenkins-bot has submitted this change and it was merged.
Change subject: Use __METHOD__ in DB begin/commit calls
......................................................................
Use __METHOD__ in DB begin/commit calls
Change-Id: Ic7f9f461f4923ef8ca0b56aef30c38e7ec869262
---
M cleanupMl.php
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Chad: Looks good to me, approved
jenkins-bot: Verified
diff --git a/cleanupMl.php b/cleanupMl.php
index 6de20e5..937a119 100644
--- a/cleanupMl.php
+++ b/cleanupMl.php
@@ -82,7 +82,7 @@
}
}
- $dbw->commit();
+ $dbw->commit( 'cleanupMI' );
sleep( 1 );
wfWaitForSlaves( 5 );
}
--
To view, visit https://gerrit.wikimedia.org/r/263665
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic7f9f461f4923ef8ca0b56aef30c38e7ec869262
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaMaintenance
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits