Skip to content

Commit 8347472

Browse files
committed
innodb_buffer_pool_instances(=16) suggested for MariaDB 10.5 which doesn t support it #588
1 parent 4709d75 commit 8347472

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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 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";
6161
my ( @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

0 commit comments

Comments
 (0)