major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.88k stars 1.28k forks source link

Mysqltuner activates --checkversion if running with --verbose #760

Closed C0RD closed 8 months ago

C0RD commented 8 months ago

I found that mysqltuner checks the current version if run with --verbose switch.

In my opinion the package should only phone "home" when asked for, so it should it do only if --checkversion is set explicitly.

jmrenouard commented 8 months ago

Fixed since last PR#763