We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fd633b + b608da0 commit 56d16e1Copy full SHA for 56d16e1
1 file changed
mysqltuner.pl
100644
100755
@@ -68,7 +68,7 @@ package main;
68
"noinfo" => 0,
69
"debug" => 0,
70
"nocolor" => ( !-t STDOUT ),
71
- "color" => 0,
+ "color" => ( -t STDOUT ),
72
"forcemem" => 0,
73
"forceswap" => 0,
74
"host" => 0,
0 commit comments