From 66f2ee40be623887ab5e7f9ce2cc206ba7be8629 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Thu, 3 Oct 2019 22:10:18 +0200 Subject: [PATCH] About innodb_log_file_size changing recommendation #408 --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 2b46008..8aad0fe 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -5647,7 +5647,7 @@ sub mysql_innodb { ); if (mysql_version_le(5 ,6 , 2)) { push( - @adjvars, + @generalrec, "For MySQL 5.6.2 and lower, Max combined innodb_log_file_size should have a ceiling of (4096MB / log files in group) - 1MB."); } push( @generalrec,