Skip to content

Commit 447652d

Browse files
committed
Update mysqltuner.pl
1 parent ac34523 commit 447652d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mysqltuner.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22
# mysqltuner.pl - Version 1.7.24
33
# High Performance MySQL Tuning Script
4-
# Copyright (C) 2006-2020 Major Hayden - [email protected]
4+
# Copyright (C) 2006-2021 Major Hayden - [email protected]
55
#
66
# For the latest updates, please visit http://mysqltuner.pl/
77
# Git repository available at https://github.com/major/MySQLTuner-perl
@@ -91,8 +91,8 @@ package main;
9191
"server-log" => '',
9292
"tbstat" => 0,
9393
"notbstat" => 0,
94-
"colstat" => 0,
95-
"nocolstat" => 0,
94+
"colstat" => 0,
95+
"nocolstat" => 0,
9696
"idxstat" => 0,
9797
"noidxstat" => 0,
9898
"sysstat" => 0,
@@ -6729,7 +6729,7 @@ =head1 SOURCE CODE
67296729
67306730
=head1 COPYRIGHT AND LICENSE
67316731
6732-
Copyright (C) 2006-2020 Major Hayden - [email protected]
6732+
Copyright (C) 2006-2021 Major Hayden - [email protected]
67336733
67346734
For the latest updates, please visit http://mysqltuner.pl/
67356735

0 commit comments

Comments
 (0)