Eloquence has uploaded a new change for review. https://gerrit.wikimedia.org/r/67951
Change subject: Add link to MariaDB to MySQL's software link. ...................................................................... Add link to MariaDB to MySQL's software link. Since MariaDB is a drop-in replacement for MySQL, and there are concerns about MySQL's future, as evidenced by Wikimedia's move to MariaDB, it IMO makes sense to provide both links. The software link is rendered in Special:Version and on the installer page, where having the two links present should not cause any issues. It rectifies the situation where https://en.wikipedia.org/wiki/Special:Version lists MariaDB as the database under the MySQL heading pointing to Oracle's website. Note - this also changes the link to MySQL's site from http to https. Change-Id: I1b06216d59b8afaa898a5b21db88b827a63f1624 --- M includes/db/DatabaseMysql.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/51/67951/1 diff --git a/includes/db/DatabaseMysql.php b/includes/db/DatabaseMysql.php index 3eb8c44..f7b3b44 100644 --- a/includes/db/DatabaseMysql.php +++ b/includes/db/DatabaseMysql.php @@ -703,7 +703,7 @@ * @return string */ public function getSoftwareLink() { - return '[http://www.mysql.com/ MySQL]'; + return '[https://mariadb.org/ MariaDB] or [https://www.mysql.com/ MySQL]'; } /** -- To view, visit https://gerrit.wikimedia.org/r/67951 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b06216d59b8afaa898a5b21db88b827a63f1624 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Eloquence <e...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits