From 5901f5191b43733c38c13b4f85333b677ad84063 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 1 Feb 2021 15:00:43 +1100 Subject: [PATCH 1/2] doc: MariaDB-10.[01] were not support by MySQL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04a8d88..c060c35 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.or * MariaDB 10.4 (full support) * MariaDB 10.3 (full support) * MariaDB 10.2 (full support) -* MariaDB 10.1 (full support, no more MySQL support) -* MariaDB 10.0 (full support, no more MySQL support) +* MariaDB 10.1 (full support, no more MariaDB support) +* MariaDB 10.0 (full support, no more MariaDB support) * MariaDB 5.5 (full support, no more MariaDB support) * Percona Server 8.0 (partial support, password checks don't work) * Percona Server 5.7 (full support) From b85a443dcea2844e8a4fc49f9132c6f3b23b4e31 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 1 Feb 2021 15:10:25 +1100 Subject: [PATCH 2/2] doc: 5.5 listed as full support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c060c35..0dc11cf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ MySQLTuner needs you: Compatibility ==== Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.org/major/MySQLTuner-perl) -* MySQL 8 (partial support, password checks don't work) +* MySQL 8.0 (partial support, password checks don't work) * MySQL 5.7 (full support) * MySQL 5.6 (full support, no more MySQL support) * MySQL 5.5 (full support, no more MySQL support) @@ -53,7 +53,7 @@ Test result are available here: [Travis CI/MySQLTuner-perl](https://travis-ci.or * Mysql Replications (partial support, no test environment) * Galera replication (partial support, no test environment) -* MySQL 3.23, 4.0, 4.1, 5.0, 5.1, 5.5 (partial support - deprecated version) +* MySQL 3.23, 4.0, 4.1, 5.0, 5.1 (partial support - deprecated version) *** UNSUPPORTED ENVIRONMENTS - NEED HELP FOR THAT :) *** * Windows is not supported at this time (Help wanted !!!!!)