Skip to content

Commit 3e54167

Browse files
committed
chore: bump version to 2.8.41
1 parent e05322b commit 3e54167

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CURRENT_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.40
1+
2.8.41

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.8.41 2026-02-15
2+
3+
-
4+
15
# MySQLTuner Changelog
26

37
2.8.40 2026-02-15

mysqltuner.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env perl
2-
# mysqltuner.pl - Version 2.8.40
2+
# mysqltuner.pl - Version 2.8.41
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2015-2026 Jean-Marie Renouard - jmrenouard@gmail.com
55
# Copyright (C) 2006-2026 Major Hayden - major@mhtx.net
@@ -66,7 +66,7 @@ package main;
6666
our $is_win = $^O eq 'MSWin32';
6767

6868
# Set up a few variables for use in the script
69-
our $tunerversion = "2.8.40";
69+
our $tunerversion = "2.8.41";
7070
our ( @adjvars, @generalrec, @modeling, @sysrec, @secrec );
7171
our ( %result, %myvar, %mystat, %mycalc, %myrepl, %myslaves, $dummyselect );
7272

@@ -11071,7 +11071,7 @@ sub dump_csv_files {
1107111071
1107211072
=head1 NAME
1107311073
11074-
MySQLTuner 2.8.40 - MySQL High Performance Tuning Script
11074+
MySQLTuner 2.8.41 - MySQL High Performance Tuning Script
1107511075
1107611076
=head1 IMPORTANT USAGE GUIDELINES
1107711077
@@ -11086,7 +11086,7 @@ =head1 OPTIONS
1108611086
1108711087
=head1 VERSION
1108811088
11089-
Version 2.8.40
11089+
Version 2.8.41
1109011090
=head1 PERLDOC
1109111091
1109211092
You can find documentation for this module with the perldoc command.

0 commit comments

Comments
 (0)