From 5ac9844030e613eb728f86837175fb9362ed9b4c Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 26 Apr 2023 00:54:23 +0200 Subject: [PATCH] debug with csv lines --- mysqltuner.pl | 1 + 1 file changed, 1 insertion(+) 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; }