Something wrong to print
This commit is contained in:
parent
16406b6abe
commit
7b3f2ce9a9
1 changed files with 1 additions and 1 deletions
|
@ -4555,7 +4555,7 @@ sub mysql_innodb {
|
|||
. hr_bytes_rnd( $myvar{'innodb_buffer_pool_size'}/4 ) . ") if possible." );
|
||||
} else {
|
||||
goodprint "InnoDB log file size / InnoDb Buffer pool size: "
|
||||
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/"
|
||||
. hr_bytes( $myvar{'innodb_log_file_size'} ) . "/"
|
||||
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . " should be equal 25%";
|
||||
}
|
||||
# InnoDB Buffer Pull Instances (MySQL 5.6.6+)
|
||||
|
|
Loading…
Reference in a new issue