From 3555142ead4e2347f72dd3dc0d511ff4522bfc86 Mon Sep 17 00:00:00 2001 From: Ruzgfpegk Date: Thu, 9 Jan 2020 15:04:04 +0900 Subject: [PATCH] Suggest using mariadb-sys from FromDual in script Follows #443 and #444. --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index a4d3686..81d861d 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -3577,7 +3577,7 @@ sub mysqsl_pfs { "Consider installing Sys schema from https://github.com/mysql/mysql-sys for MySQL" ) unless ( mysql_version_le( 5, 6 ) ); push( @generalrec, -"Consider installing Sys schema from https://github.com/good-dba/mariadb-sys for MariaDB" +"Consider installing Sys schema from https://github.com/FromDual/mariadb-sys for MariaDB" ) unless ( mysql_version_eq( 10, 0 ) or mysql_version_eq( 5, 5 ) ); return;