Merge pull request #431 from atombrella/should_be

Corrected grammar for innodb_buffer_pool_size recommendation.
This commit is contained in:
Jean-Marie Renouard 2019-03-22 10:20:32 +01:00 committed by GitHub
commit 4a01df4a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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+)