File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# NAME
22
3- MySQLTuner 2.4 .0 - MySQL High Performance Tuning Script
3+ MySQLTuner 2.5 .0 - 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.4 .0
2+ # mysqltuner.pl - Version 2.5 .0
33# High Performance MySQL Tuning Script
44# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com
55# Copyright (C) 2006-2023 Major Hayden - major@mhtx.net
@@ -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.4 .0" ;
60+ my $tunerversion = " 2.5 .0" ;
6161my ( @adjvars , @generalrec );
6262
6363# Set defaults
@@ -2526,7 +2526,7 @@ sub check_architecture {
25262526 }
25272527 elsif ( ` uname` =~ / Darwin/ && ` uname -m` =~ / x86_64/ ) {
25282528
2529- # Darwin gibas.local 12.4 .0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
2529+ # Darwin gibas.local 12.5 .0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
25302530 $arch = 64;
25312531 goodprint " Operating on 64-bit architecture" ;
25322532 }
@@ -7371,7 +7371,7 @@ sub which {
73717371
73727372=head1 NAME
73737373
7374- MySQLTuner 2.4 .0 - MySQL High Performance Tuning Script
7374+ MySQLTuner 2.5 .0 - MySQL High Performance Tuning Script
73757375
73767376=head1 IMPORTANT USAGE GUIDELINES
73777377
You can’t perform that action at this time.
0 commit comments