Skip to content

Commit 4f47252

Browse files
committed
Version 1.4.0
1 parent 1b5e7ed commit 4f47252

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
@@ -29,7 +29,7 @@
2929
# Blair Christensen Hans du Plooy Victor Trac
3030
# Everett Barnes Tom Krouper Gary Barrueto
3131
# Simon Greenaway Adam Stein Isart Montane
32-
# Baptiste M. Cole Turner
32+
# Baptiste M. Cole Turner
3333
#
3434
# Inspired by Matthew Montgomery's tuning-primer.sh script:
3535
# http://forge.mysql.com/projects/view.php?id=44
@@ -41,7 +41,7 @@
4141
use Getopt::Long;
4242

4343
# Set up a few variables for use in the script
44-
my $tunerversion = "1.3.0";
44+
my $tunerversion = "1.4.0";
4545
my (@adjvars, @generalrec);
4646

4747
# Set defaults
@@ -51,14 +51,14 @@
5151
"noinfo" => 0,
5252
"nocolor" => 0,
5353
"forcemem" => 0,
54-
"forceswap" => 0,
54+
"forceswap" => 0,
5555
"host" => 0,
5656
"socket" => 0,
5757
"port" => 0,
5858
"user" => 0,
5959
"pass"=> 0,
6060
"skipsize" => 0,
61-
"checkversion" => 0,
61+
"checkversion" => 0,
6262
"buffers" => 0,
6363
);
6464

0 commit comments

Comments
 (0)