From 0fae7c5a91a36acac96bf37bb15caf643fc3f18e Mon Sep 17 00:00:00 2001 From: Mads Jensen Date: Fri, 22 Mar 2019 07:20:56 +0100 Subject: [PATCH] Corrected grammar for innodb_buffer_pool_size recommendation. --- mysqltuner.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 13d2aa4..095ed20 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -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+)