Update mysqltuner.pl

This commit is contained in:
Jean-Marie Renouard 2021-05-03 11:06:23 +02:00
parent ac34523609
commit 447652d325

View file

@ -1,7 +1,7 @@
#!/usr/bin/env perl #!/usr/bin/env perl
# mysqltuner.pl - Version 1.7.24 # mysqltuner.pl - Version 1.7.24
# High Performance MySQL Tuning Script # High Performance MySQL Tuning Script
# Copyright (C) 2006-2020 Major Hayden - major@mhtx.net # Copyright (C) 2006-2021 Major Hayden - major@mhtx.net
# #
# For the latest updates, please visit http://mysqltuner.pl/ # For the latest updates, please visit http://mysqltuner.pl/
# Git repository available at https://github.com/major/MySQLTuner-perl # Git repository available at https://github.com/major/MySQLTuner-perl
@ -91,8 +91,8 @@ my %opt = (
"server-log" => '', "server-log" => '',
"tbstat" => 0, "tbstat" => 0,
"notbstat" => 0, "notbstat" => 0,
"colstat" => 0, "colstat" => 0,
"nocolstat" => 0, "nocolstat" => 0,
"idxstat" => 0, "idxstat" => 0,
"noidxstat" => 0, "noidxstat" => 0,
"sysstat" => 0, "sysstat" => 0,
@ -6729,7 +6729,7 @@ L<https://github.com/major/MySQLTuner-perl>
=head1 COPYRIGHT AND LICENSE =head1 COPYRIGHT AND LICENSE
Copyright (C) 2006-2020 Major Hayden - major@mhtx.net Copyright (C) 2006-2021 Major Hayden - major@mhtx.net
For the latest updates, please visit http://mysqltuner.pl/ For the latest updates, please visit http://mysqltuner.pl/