Jeroen De Dauw has uploaded a new change for review.
https://gerrit.wikimedia.org/r/240751
Change subject: Remove unused argument
......................................................................
Remove unused argument
Change-Id: I7e7cf2b1f99834a140d0213c39cc67cfbc481ec9
---
M includes/db/DatabaseMysqlBase.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/51/240751/1
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: newchange
Gerrit-Change-Id: I7e7cf2b1f99834a140d0213c39cc67cfbc481ec9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits