Skip to content

Commit

Permalink
Generate 2.5.4 sub version at 2024-07-15T22:42:31+02:00
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Jul 15, 2024
1 parent 13d2783 commit 1c1c463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NAME

MySQLTuner 2.5.3 - MySQL High Performance Tuning Script
MySQLTuner 2.5.4 - MySQL High Performance Tuning Script

# IMPORTANT USAGE GUIDELINES

Expand Down
8 changes: 4 additions & 4 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
# mysqltuner.pl - Version 2.5.3
# mysqltuner.pl - Version 2.5.4
# High Performance MySQL Tuning Script
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
# Copyright (C) 2006-2023 Major Hayden - [email protected]
Expand Down Expand Up @@ -57,7 +57,7 @@ package main;
#use Env;

# Set up a few variables for use in the script
my $tunerversion = "2.5.3";
my $tunerversion = "2.5.4";
my ( @adjvars, @generalrec );

# Set defaults
Expand Down Expand Up @@ -2551,7 +2551,7 @@ sub check_architecture {
}
elsif ( `uname` =~ /Darwin/ && `uname -m` =~ /x86_64/ ) {

# Darwin gibas.local 12.5.3 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
# Darwin gibas.local 12.5.4 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
$arch = 64;
goodprint "Operating on 64-bit architecture";
}
Expand Down Expand Up @@ -7442,7 +7442,7 @@ sub which {
=head1 NAME
MySQLTuner 2.5.3 - MySQL High Performance Tuning Script
MySQLTuner 2.5.4 - MySQL High Performance Tuning Script
=head1 IMPORTANT USAGE GUIDELINES
Expand Down

0 comments on commit 1c1c463

Please sign in to comment.