Skip to content

Commit

Permalink
Merge pull request #763 from jmrenouard/master
Browse files Browse the repository at this point in the history
Mysqltuner activates --checkversion if running with --verbose #760
  • Loading branch information
jmrenouard committed Feb 8, 2024
2 parents df93ddc + 876c374 commit 5c48a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ package main;
# 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
Expand Down

0 comments on commit 5c48a8a

Please sign in to comment.