File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/env perl
2
- # mysqltuner.pl - Version 2.2.6
2
+ # mysqltuner.pl - Version 2.2.7
3
3
# High Performance MySQL Tuning Script
4
4
# Copyright (C) 2006-2023 Major Hayden - [email protected]
5
5
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
@@ -57,7 +57,7 @@ package main;
57
57
# use Env;
58
58
59
59
# Set up a few variables for use in the script
60
- my $tunerversion = " 2.2.6 " ;
60
+ my $tunerversion = " 2.2.7 " ;
61
61
my ( @adjvars , @generalrec );
62
62
63
63
# Set defaults
@@ -7354,7 +7354,7 @@ sub which {
7354
7354
7355
7355
=head1 NAME
7356
7356
7357
- MySQLTuner 2.2.6 - MySQL High Performance Tuning Script
7357
+ MySQLTuner 2.2.7 - MySQL High Performance Tuning Script
7358
7358
7359
7359
=head1 IMPORTANT USAGE GUIDELINES
7360
7360
You can’t perform that action at this time.
0 commit comments