Increment version

This commit is contained in:
Jean-Marie Renouard 2023-06-18 21:56:12 +02:00
parent e6ee330f5e
commit c1a0fb2f76

View file

@ -1,5 +1,5 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# mysqltuner.pl - Version 2.1.6 # mysqltuner.pl - Version 2.1.7
# High Performance MySQL Tuning Script # High Performance MySQL Tuning Script
# Copyright (C) 2006-2023 Major Hayden - major@mhtx.net # Copyright (C) 2006-2023 Major Hayden - major@mhtx.net
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com # Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com
@ -57,7 +57,7 @@ use Cwd 'abs_path';
#use Env; #use Env;
# Set up a few variables for use in the script # Set up a few variables for use in the script
my $tunerversion = "2.1.6"; my $tunerversion = "2.1.7";
my ( @adjvars, @generalrec ); my ( @adjvars, @generalrec );
# Set defaults # Set defaults
@ -2755,7 +2755,7 @@ sub calculations {
# Error max_allowed_packet is not included in thread buffers size # Error max_allowed_packet is not included in thread buffers size
#$mycalc{'per_thread_buffers'} += $myvar{'max_allowed_packet'} if is_int($myvar{'max_allowed_packet'}); #$mycalc{'per_thread_buffers'} += $myvar{'max_allowed_packet'} if is_int($myvar{'max_allowed_packet'});
# Total per-thread memory # Total per-thread memory
$mycalc{'total_per_thread_buffers'} = $mycalc{'total_per_thread_buffers'} =
$mycalc{'per_thread_buffers'} * $myvar{'max_connections'}; $mycalc{'per_thread_buffers'} * $myvar{'max_connections'};
@ -7070,7 +7070,7 @@ __END__
=head1 NAME =head1 NAME
MySQLTuner 2.1.6 - MySQL High Performance Tuning Script MySQLTuner 2.1.7 - MySQL High Performance Tuning Script
=head1 IMPORTANT USAGE GUIDELINES =head1 IMPORTANT USAGE GUIDELINES