Skip to content

Commit 54fe8c9

Browse files
committed
update version
1 parent 7f51ddc commit 54fe8c9

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 2.2.6
2+
# mysqltuner.pl - Version 2.2.7
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2006-2023 Major Hayden - [email protected]
55
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
@@ -57,7 +57,7 @@ package main;
5757
#use Env;
5858

5959
# Set up a few variables for use in the script
60-
my $tunerversion = "2.2.6";
60+
my $tunerversion = "2.2.7";
6161
my ( @adjvars, @generalrec );
6262

6363
# Set defaults
@@ -7354,7 +7354,7 @@ sub which {
73547354
73557355
=head1 NAME
73567356
7357-
MySQLTuner 2.2.6 - MySQL High Performance Tuning Script
7357+
MySQLTuner 2.2.7 - MySQL High Performance Tuning Script
73587358
73597359
=head1 IMPORTANT USAGE GUIDELINES
73607360

0 commit comments

Comments
 (0)