File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.8.24
1+ 2.8.25
Original file line number Diff line number Diff line change 1+ 2.8.25 2026-01-18
2+
3+ -
4+
152.8.24 2026-01-18
26
37- fix: improve MariaDB 11+ detection by checking version_comment (issue #869)
Original file line number Diff line number Diff line change 11# !/usr/bin/env perl
2- # mysqltuner.pl - Version 2.8.24
2+ # mysqltuner.pl - Version 2.8.25
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
@@ -59,7 +59,7 @@ package main;
5959my $is_win = $^O eq ' MSWin32' ;
6060
6161# Set up a few variables for use in the script
62- my $tunerversion = " 2.8.24 " ;
62+ my $tunerversion = " 2.8.25 " ;
6363my ( @adjvars , @generalrec );
6464
6565# Set defaults
@@ -8361,7 +8361,7 @@ =head1 OUTPUT OPTIONS
83618361
83628362=head1 VERSION
83638363
8364- Version 2.8.24
8364+ Version 2.8.25
83658365=head1 PERLDOC
83668366
83678367You can find documentation for this module with the perldoc command.
You can’t perform that action at this time.
0 commit comments