Loading core/INSTALL.txt +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ Drupal requires: recommended to update to at least 7.3.13. - One of the following databases: - MySQL 5.7.8 (or greater) (http://www.mysql.com/). - MariaDB 10.2.7 (or greater) (https://mariadb.org/). MariaDB is a fully - MariaDB 10.3.7 (or greater) (https://mariadb.org/). MariaDB is a fully compatible drop-in replacement for MySQL. - Percona Server 5.7.8 (or greater) (http://www.percona.com/). Percona Server is a backwards-compatible replacement for MySQL. Loading core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php +3 −3 Original line number Diff line number Diff line Loading @@ -24,10 +24,10 @@ class Tasks extends InstallTasks { /** * Minimum required MariaDB version. * * 10.2.7 is the minimum version that supports the JSON datatype (alias). * @see https://mariadb.com/kb/en/json-data-type/ * 10.3.7 is the first stable (GA) release in the 10.3 series. * @see https://mariadb.com/kb/en/changes-improvements-in-mariadb-103/#list-of-all-mariadb-103-releases */ const MARIADB_MINIMUM_VERSION = '10.2.7'; const MARIADB_MINIMUM_VERSION = '10.3.7'; /** * Minimum required MySQLnd version. Loading Loading
core/INSTALL.txt +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ Drupal requires: recommended to update to at least 7.3.13. - One of the following databases: - MySQL 5.7.8 (or greater) (http://www.mysql.com/). - MariaDB 10.2.7 (or greater) (https://mariadb.org/). MariaDB is a fully - MariaDB 10.3.7 (or greater) (https://mariadb.org/). MariaDB is a fully compatible drop-in replacement for MySQL. - Percona Server 5.7.8 (or greater) (http://www.percona.com/). Percona Server is a backwards-compatible replacement for MySQL. Loading
core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php +3 −3 Original line number Diff line number Diff line Loading @@ -24,10 +24,10 @@ class Tasks extends InstallTasks { /** * Minimum required MariaDB version. * * 10.2.7 is the minimum version that supports the JSON datatype (alias). * @see https://mariadb.com/kb/en/json-data-type/ * 10.3.7 is the first stable (GA) release in the 10.3 series. * @see https://mariadb.com/kb/en/changes-improvements-in-mariadb-103/#list-of-all-mariadb-103-releases */ const MARIADB_MINIMUM_VERSION = '10.2.7'; const MARIADB_MINIMUM_VERSION = '10.3.7'; /** * Minimum required MySQLnd version. Loading