The InnoDB log buffer size recommendation may be tested too strictly #569

This commit is contained in:
Jean-Marie Renouard 2022-02-07 23:40:35 +01:00
parent cd30f9c852
commit 7bf727669b

View file

@ -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'} ) )