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.
2 parents c84d330 + 0fae7c5 commit 4a01df4Copy full SHA for 4a01df4
mysqltuner.pl
@@ -5584,7 +5584,7 @@ sub mysql_innodb {
5584
. hr_bytes( $myvar{'innodb_log_file_size'} ) . " * "
5585
. $myvar{'innodb_log_files_in_group'} . "/"
5586
. hr_bytes( $myvar{'innodb_buffer_pool_size'} )
5587
- . " should be equal 25%";
+ . " should be equal to 25%";
5588
push(
5589
@adjvars,
5590
"innodb_log_file_size should be (="
@@ -5603,7 +5603,7 @@ sub mysql_innodb {
5603
5604
5605
5606
5607
}
5608
5609
# InnoDB Buffer Pool Instances (MySQL 5.6.6+)
0 commit comments