Skip to content

Commit b0cfbd8

Browse files
committed
Duplicate recommendation/check major#545
Duplicate recommendation/check major#545
1 parent 5a399f6 commit b0cfbd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysqltuner.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# mysqltuner.pl - Version 1.7.21
2+
# mysqltuner.pl - Version 1.7.22
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2006-2020 Major Hayden - major@mhtx.net
55
#
@@ -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.21";
59+
my $tunerversion = "1.7.22";
6060
my ( @adjvars, @generalrec );
6161

6262
# Set defaults
@@ -6480,7 +6480,7 @@ sub which {
64806480
64816481
=head1 NAME
64826482
6483-
MySQLTuner 1.7.21 - MySQL High Performance Tuning Script
6483+
MySQLTuner 1.7.22 - MySQL High Performance Tuning Script
64846484
64856485
=head1 IMPORTANT USAGE GUIDELINES
64866486

0 commit comments

Comments
 (0)