We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20bcbf commit 77699b7Copy full SHA for 77699b7
1 file changed
mysqltuner.pl
@@ -6538,6 +6538,10 @@ sub mysql_innodb {
6538
. " hits / "
6539
. $mystat{'Innodb_log_write_requests'}
6540
. " total)";
6541
+ push( @adjvars,
6542
+ "innodb_log_buffer_size (> "
6543
+ . hr_bytes_rnd( $myvar{'innodb_log_buffer_size'} )
6544
+ . ")" );
6545
}
6546
else {
6547
goodprint "InnoDB Write Log efficiency: "
0 commit comments