File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
4141use 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" ;
4545my (@adjvars , @generalrec );
4646
4747# Set defaults
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
You can’t perform that action at this time.
0 commit comments