File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/env perl
2
- # mysqltuner.pl - Version 2.2.4
2
+ # mysqltuner.pl - Version 2.2.5
3
3
# High Performance MySQL Tuning Script
4
4
# Copyright (C) 2006-2023 Major Hayden - [email protected]
5
5
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
@@ -57,7 +57,7 @@ package main;
57
57
# use Env;
58
58
59
59
# Set up a few variables for use in the script
60
- my $tunerversion = " 2.2.4 " ;
60
+ my $tunerversion = " 2.2.5 " ;
61
61
my ( @adjvars , @generalrec );
62
62
63
63
# Set defaults
@@ -6265,8 +6265,7 @@ sub mysql_innodb {
6265
6265
}
6266
6266
if ( $myvar {'innodb_buffer_pool_size'} > $enginestats {'InnoDB'} ) {
6267
6267
goodprint "InnoDB buffer pool / data size: "
6268
- . hr_bytes( $myvar {'
6269
- '} ) . " / "
6268
+ . hr_bytes( $myvar {'innodb_buffer_pool_size'} ) . " / "
6270
6269
. hr_bytes( $enginestats {'InnoDB'} ) . "";
6271
6270
} else {
6272
6271
badprint "InnoDB buffer pool / data size: "
@@ -7275,7 +7274,7 @@ sub which {
7275
7274
7276
7275
=head1 NAME
7277
7276
7278
- MySQLTuner 2.2.4 - MySQL High Performance Tuning Script
7277
+ MySQLTuner 2.2.5 - MySQL High Performance Tuning Script
7279
7278
7280
7279
=head1 IMPORTANT USAGE GUIDELINES
7281
7280
You can’t perform that action at this time.
0 commit comments