Corrected grammar for innodb_buffer_pool_size recommendation.
This commit is contained in:
parent
732ff0b02f
commit
0fae7c5a91
1 changed files with 2 additions and 2 deletions
|
@ -5584,7 +5584,7 @@ sub mysql_innodb {
|
|||
. hr_bytes( $myvar{'innodb_log_file_size'} ) . " * "
|
||||
. $myvar{'innodb_log_files_in_group'} . "/"
|
||||
. hr_bytes( $myvar{'innodb_buffer_pool_size'} )
|
||||
. " should be equal 25%";
|
||||
. " should be equal to 25%";
|
||||
push(
|
||||
@adjvars,
|
||||
"innodb_log_file_size should be (="
|
||||
|
@ -5603,7 +5603,7 @@ sub mysql_innodb {
|
|||
. hr_bytes( $myvar{'innodb_log_file_size'} ) . " * "
|
||||
. $myvar{'innodb_log_files_in_group'} . "/"
|
||||
. hr_bytes( $myvar{'innodb_buffer_pool_size'} )
|
||||
. " should be equal 25%";
|
||||
. " should be equal to 25%";
|
||||
}
|
||||
|
||||
# InnoDB Buffer Pool Instances (MySQL 5.6.6+)
|
||||
|
|
Loading…
Reference in a new issue