Version bump to 1.2.0
This commit is contained in:
parent
23f582fe27
commit
05813a1faa
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
# mysqltuner.pl - Version 1.1.1
|
# mysqltuner.pl - Version 1.2.0
|
||||||
# High Performance MySQL Tuning Script
|
# High Performance MySQL Tuning Script
|
||||||
# Copyright (C) 2006-2009 Major Hayden - major@mhtx.net
|
# Copyright (C) 2006-2011 Major Hayden - major@mhtx.net
|
||||||
#
|
#
|
||||||
# For the latest updates, please visit http://mysqltuner.com/
|
# For the latest updates, please visit http://mysqltuner.com/
|
||||||
# Git repository available at http://github.com/rackerhacker/MySQLTuner-perl
|
# Git repository available at http://github.com/rackerhacker/MySQLTuner-perl
|
||||||
|
@ -40,7 +40,7 @@ use diagnostics;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
||||||
# Set up a few variables for use in the script
|
# Set up a few variables for use in the script
|
||||||
my $tunerversion = "1.1.1";
|
my $tunerversion = "1.2.0";
|
||||||
my (@adjvars, @generalrec);
|
my (@adjvars, @generalrec);
|
||||||
|
|
||||||
# Set defaults
|
# Set defaults
|
||||||
|
|
Loading…
Reference in a new issue