Update mysqltuner.pl

This commit is contained in:
Jean-Marie Renouard 2017-12-20 09:33:54 +01:00 committed by GitHub
parent a816002ed2
commit f530ee787d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ my %opt = (
"nogood" => 0,
"noinfo" => 0,
"debug" => 0,
"nocolor" => 0,
"nocolor" => ( ! -t STDOUT ),
"forcemem" => 0,
"forceswap" => 0,
"host" => 0,