jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/365051 )
Change subject: Bump minimum required MySQL Version to 5.5.8
......................................................................
Bump minimum required MySQL Version to 5.5.8
Bug: T161232
Change-Id: I5f7d08ad7e58ce89c9fd766f0ac45fa996bf6a44
---
M INSTALL
M RELEASE-NOTES-1.30
M includes/installer/MysqlInstaller.php
3 files changed, 7 insertions(+), 3 deletions(-)
Approvals:
Legoktm: Looks good to me, approved
jenkins-bot: Verified
diff --git a/INSTALL b/INSTALL
index 90da381..13c9c62 100644
--- a/INSTALL
+++ b/INSTALL
@@ -8,7 +8,7 @@
Required software:
* Web server with PHP 5.5.9 or higher.
* A SQL server, the following types are supported
-** MySQL 5.0.3 or higher
+** MySQL 5.5.8 or higher
** PostgreSQL 8.3 or higher
** SQLite 3.3.7 or higher
** Oracle 9.0.1 or higher
diff --git a/RELEASE-NOTES-1.30 b/RELEASE-NOTES-1.30
index 453368b..4581066 100644
--- a/RELEASE-NOTES-1.30
+++ b/RELEASE-NOTES-1.30
@@ -5,6 +5,10 @@
MediaWiki 1.30 is an alpha-quality branch and is not recommended for use in
production.
+=== MySQL version requirement in 1.30 ===
+As of 1.30, MediaWiki now requires MySQL 5.5.8 or higher (see Compatibility
+section).
+
=== Configuration changes in 1.30 ===
* The "C.UTF-8" locale should be used for $wgShellLocale, if available, to
avoid
unexpected behavior when code uses locale-sensitive string comparisons. For
@@ -147,7 +151,7 @@
The supported versions are:
-* MySQL 5.0.3 or later
+* MySQL 5.5.8 or later
* PostgreSQL 8.3 or later
* SQLite 3.3.7 or later
* Oracle 9.0.1 or later
diff --git a/includes/installer/MysqlInstaller.php
b/includes/installer/MysqlInstaller.php
index cbb79f8..0250b6f 100644
--- a/includes/installer/MysqlInstaller.php
+++ b/includes/installer/MysqlInstaller.php
@@ -51,7 +51,7 @@
public $supportedEngines = [ 'InnoDB', 'MyISAM' ];
- public $minimumVersion = '5.0.3';
+ public $minimumVersion = '5.5.8';
public $webUserPrivs = [
'DELETE',
--
To view, visit https://gerrit.wikimedia.org/r/365051
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5f7d08ad7e58ce89c9fd766f0ac45fa996bf6a44
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits