diff --git a/mysqltuner.pl b/mysqltuner.pl index f431dec..85be3d2 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1067,6 +1067,7 @@ sub select_csv_file { $l =~ s/^/"/; $l =~ s/$/"\n/; print $fh $l; + print $l if $opt{debug}; } close $fh; }