From 876c374bef54a1154f0ec29e69732730a0a54ea3 Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Thu, 8 Feb 2024 23:23:00 +0100 Subject: [PATCH] Mysqltuner activates --checkversion if running with --verbose #760 --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index f891b11..efcfc96 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -218,7 +218,7 @@ $opt{dbgpattern} = '.*' if ( $opt{dbgpattern} eq '' ); # check if we need to enable verbose mode if ( $opt{feature} ne '' ) { $opt{verbose} = 1; } if ( $opt{verbose} ) { - $opt{checkversion} = 1; # Check for updates to MySQLTuner + $opt{checkversion} = 0; # Check for updates to MySQLTuner $opt{dbstat} = 1; # Print database information $opt{tbstat} = 1; # Print database information $opt{idxstat} = 1; # Print index information