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.4
2
+ # mysqltuner.pl - Version 2.2.5
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.4 " ;
60
+ my $tunerversion = " 2.2.5 " ;
61
61
my ( @adjvars , @generalrec );
62
62
63
63
# Set defaults
@@ -7274,7 +7274,7 @@ sub which {
7274
7274
7275
7275
=head1 NAME
7276
7276
7277
- MySQLTuner 2.2.4 - MySQL High Performance Tuning Script
7277
+ MySQLTuner 2.2.5 - MySQL High Performance Tuning Script
7278
7278
7279
7279
=head1 IMPORTANT USAGE GUIDELINES
7280
7280
You can’t perform that action at this time.
0 commit comments