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

Change subject: Remove unused argument
......................................................................


Remove unused argument

Change-Id: I7e7cf2b1f99834a140d0213c39cc67cfbc481ec9
---
M includes/db/DatabaseMysqlBase.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/includes/db/DatabaseMysqlBase.php 
b/includes/db/DatabaseMysqlBase.php
index 1f87055..160c354 100644
--- a/includes/db/DatabaseMysqlBase.php
+++ b/includes/db/DatabaseMysqlBase.php
@@ -138,7 +138,7 @@
 
                if ( $set ) {
                        // Use doQuery() to avoid opening implicit transactions 
(DBO_TRX)
-                       $success = $this->doQuery( 'SET ' . implode( ', ', $set 
), __METHOD__ );
+                       $success = $this->doQuery( 'SET ' . implode( ', ', $set 
) );
                        if ( !$success ) {
                                wfLogDBError(
                                        'Error setting MySQL variables on 
server {db_server} (check $wgSQLMode)',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7e7cf2b1f99834a140d0213c39cc67cfbc481ec9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to