jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/404543 )

Change subject: Don't use deprecated DatabaseMysql
......................................................................


Don't use deprecated DatabaseMysql

Bug: T120333
Change-Id: I6c2c37b6393848268f5f67a333c95819c149d337
---
M OdbcDatabase.body.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/OdbcDatabase.body.php b/OdbcDatabase.body.php
index 42da7c2..b8edf64 100644
--- a/OdbcDatabase.body.php
+++ b/OdbcDatabase.body.php
@@ -253,7 +253,7 @@
         * @param $fname string
         * @return false|array
         */
-       function indexInfo( $table, $index, $fname = 'DatabaseMysql::indexInfo' 
) {
+       function indexInfo( $table, $index, $fname = __METHOD__ ) {
                /*
                 * For now, always return false. Not sure how
                 * to generically find this info using no

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6c2c37b6393848268f5f67a333c95819c149d337
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/OdbcDatabase
Gerrit-Branch: master
Gerrit-Owner: Seb35 <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to