The InnoDB log buffer size recommendation may be tested too strictly #569
This commit is contained in:
parent
cd30f9c852
commit
7bf727669b
1 changed files with 1 additions and 1 deletions
|
@ -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'} ) )
|
||||
|
|
Loading…
Reference in a new issue