From 7bf727669b53c7ebff318f10e5219ba152e0dc1e Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Mon, 7 Feb 2022 23:40:35 +0100 Subject: [PATCH] The InnoDB log buffer size recommendation may be tested too strictly #569 --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 285cb69..ae53df5 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -6069,7 +6069,7 @@ sub mysql_innodb { } # InnoDB Log Waits - my $mystat{'Innodb_log_waits_computed'} = 0; + $mystat{'Innodb_log_waits_computed'} = 0; if ( defined( $mystat{'Innodb_log_waits'} ) and defined( $mystat{'Innodb_log_writes'} ) )