Version bump to 1.1.0
Added git tag 'v1.1.0
This commit is contained in:
parent
fff47e9a6f
commit
e29c3d342c
1 changed files with 3 additions and 3 deletions
6
mysqltuner.pl
Normal file → Executable file
6
mysqltuner.pl
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
# mysqltuner.pl - Version 1.0.0
|
# mysqltuner.pl - Version 1.1.0
|
||||||
# High Performance MySQL Tuning Script
|
# High Performance MySQL Tuning Script
|
||||||
# Copyright (C) 2006-2008 Major Hayden - major@mhtx.net
|
# Copyright (C) 2006-2009 Major Hayden - major@mhtx.net
|
||||||
#
|
#
|
||||||
# For the latest updates, please visit http://mysqltuner.com/
|
# For the latest updates, please visit http://mysqltuner.com/
|
||||||
# Subversion repository available at http://tools.assembla.com/svn/mysqltuner/
|
# Subversion repository available at http://tools.assembla.com/svn/mysqltuner/
|
||||||
|
@ -43,7 +43,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.0.0";
|
my $tunerversion = "1.0.1";
|
||||||
my (@adjvars, @generalrec);
|
my (@adjvars, @generalrec);
|
||||||
|
|
||||||
# Set defaults
|
# Set defaults
|
||||||
|
|
Loading…
Reference in a new issue