Skip to content

Commit 4a01df4

Browse files
authored
Merge pull request #431 from atombrella/should_be
Corrected grammar for innodb_buffer_pool_size recommendation.
2 parents c84d330 + 0fae7c5 commit 4a01df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mysqltuner.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5584,7 +5584,7 @@ sub mysql_innodb {
55845584
. hr_bytes( $myvar{'innodb_log_file_size'} ) . " * "
55855585
. $myvar{'innodb_log_files_in_group'} . "/"
55865586
. hr_bytes( $myvar{'innodb_buffer_pool_size'} )
5587-
. " should be equal 25%";
5587+
. " should be equal to 25%";
55885588
push(
55895589
@adjvars,
55905590
"innodb_log_file_size should be (="
@@ -5603,7 +5603,7 @@ sub mysql_innodb {
56035603
. hr_bytes( $myvar{'innodb_log_file_size'} ) . " * "
56045604
. $myvar{'innodb_log_files_in_group'} . "/"
56055605
. hr_bytes( $myvar{'innodb_buffer_pool_size'} )
5606-
. " should be equal 25%";
5606+
. " should be equal to 25%";
56075607
}
56085608

56095609
# InnoDB Buffer Pool Instances (MySQL 5.6.6+)

0 commit comments

Comments
 (0)