File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# NAME
22
3- MySQLTuner 2.6.1 - MySQL High Performance Tuning Script
3+ MySQLTuner 2.6.2 - MySQL High Performance Tuning Script
44
55# IMPORTANT USAGE GUIDELINES
66
Original file line number Diff line number Diff line change 11# !/usr/bin/env perl
2- # mysqltuner.pl - Version 2.6.1
2+ # mysqltuner.pl - Version 2.6.2
33# High Performance MySQL Tuning Script
44# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected] 55# Copyright (C) 2006-2023 Major Hayden - [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.6.1 " ;
60+ my $tunerversion = " 2.6.2 " ;
6161my ( @adjvars , @generalrec );
6262
6363# Set defaults
@@ -7460,7 +7460,7 @@ sub which {
74607460
74617461=head1 NAME
74627462
7463- MySQLTuner 2.6.1 - MySQL High Performance Tuning Script
7463+ MySQLTuner 2.6.2 - MySQL High Performance Tuning Script
74647464
74657465=head1 IMPORTANT USAGE GUIDELINES
74667466
You can’t perform that action at this time.
0 commit comments