Merge pull request #763 from jmrenouard/master

Mysqltuner activates --checkversion if running with --verbose #760
This commit is contained in:
Jean-Marie Renouard 2024-02-08 23:28:41 +01:00 committed by GitHub
commit 5c48a8a0a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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