File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/env perl
2
- # mysqltuner.pl - Version 1.7.20
2
+ # mysqltuner.pl - Version 1.7.21
3
3
# High Performance MySQL Tuning Script
4
4
# Copyright (C) 2006-2020 Major Hayden - [email protected]
5
5
#
30
30
# Everett Barnes Tom Krouper Gary Barrueto
31
31
# Simon Greenaway Adam Stein Isart Montane
32
32
# Baptiste M. Cole Turner Major Hayden
33
- # Joe Ashcraft Jean -Marie Renouard Christian Loos
34
- # Julien Francoz
33
+ # Joe Ashcraft JeSan -Marie Renouard Christian Loos
34
+ # Julien Francoz Daniel Black
35
35
#
36
36
# Inspired by Matthew Montgomery's tuning-primer.sh script:
37
37
# http://www.day32.com/MySQL/
@@ -56,7 +56,7 @@ package main;
56
56
# use Env;
57
57
58
58
# Set up a few variables for use in the script
59
- my $tunerversion = " 1.7.20 " ;
59
+ my $tunerversion = " 1.7.21 " ;
60
60
my ( @adjvars , @generalrec );
61
61
62
62
# Set defaults
@@ -6405,7 +6405,7 @@ sub which {
6405
6405
6406
6406
=head1 NAME
6407
6407
6408
- MySQLTuner 1.7.20 - MySQL High Performance Tuning Script
6408
+ MySQLTuner 1.7.21 - MySQL High Performance Tuning Script
6409
6409
6410
6410
=head1 IMPORTANT USAGE GUIDELINES
6411
6411
You can’t perform that action at this time.
0 commit comments