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# !/usr/bin/env perl
2- # mysqltuner.pl - Version 1.9.6
2+ # mysqltuner.pl - Version 1.9.7
33# High Performance MySQL Tuning Script
44# Copyright (C) 2006-2022 Major Hayden - major@mhtx.net
55# Copyright (C) 2006-2022 Jean-Marie Renouard - jmrenouard@gmail.com
@@ -57,7 +57,7 @@ package main;
5757# use Env;
5858
5959# Set up a few variables for use in the script
60- my $tunerversion = " 1.9.6 " ;
60+ my $tunerversion = " 1.9.7 " ;
6161my ( @adjvars , @generalrec );
6262
6363# Set defaults
@@ -5959,7 +5959,7 @@ sub mysql_innodb {
59595959 }
59605960
59615961 # InnoDB Buffer Pool Instances (MySQL 5.6.6+)
5962- if ( not mysql_version_ge( 10, 5 )
5962+ if ( not mysql_version_ge( 10, 4 )
59635963 and defined( $myvar {'innodb_buffer_pool_instances'} ) )
59645964 {
59655965
@@ -6872,7 +6872,7 @@ sub which {
68726872
68736873=head1 NAME
68746874
6875- MySQLTuner 1.9.6 - MySQL High Performance Tuning Script
6875+ MySQLTuner 1.9.7 - MySQL High Performance Tuning Script
68766876
68776877=head1 IMPORTANT USAGE GUIDELINES
68786878
You can’t perform that action at this time.
0 commit comments