Skip to content

Commit 49c2f6e

Browse files
committed
Update mysqltuner.pl
1 parent 2999446 commit 49c2f6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mysqltuner.pl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# mysqltuner.pl - Version 1.7.20
2+
# mysqltuner.pl - Version 1.7.21
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2006-2020 Major Hayden - [email protected]
55
#
@@ -30,8 +30,8 @@
3030
# Everett Barnes Tom Krouper Gary Barrueto
3131
# Simon Greenaway Adam Stein Isart Montane
3232
# 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
3535
#
3636
# Inspired by Matthew Montgomery's tuning-primer.sh script:
3737
# http://www.day32.com/MySQL/
@@ -56,7 +56,7 @@ package main;
5656
#use Env;
5757

5858
# Set up a few variables for use in the script
59-
my $tunerversion = "1.7.20";
59+
my $tunerversion = "1.7.21";
6060
my ( @adjvars, @generalrec );
6161

6262
# Set defaults
@@ -6405,7 +6405,7 @@ sub which {
64056405
64066406
=head1 NAME
64076407
6408-
MySQLTuner 1.7.20 - MySQL High Performance Tuning Script
6408+
MySQLTuner 1.7.21 - MySQL High Performance Tuning Script
64096409
64106410
=head1 IMPORTANT USAGE GUIDELINES
64116411

0 commit comments

Comments
 (0)