Description: remove versioncheck from verbose switch
 To maintain privacy the builtin versioncheck will only be called if stated explicitly
Author: Cord Beermann <cord@debian.org>
Origin: Debian
Forwarded: https://github.com/major/MySQLTuner-perl/issues/760
Last-Update: 2024-02-08
--- a/mysqltuner.pl
+++ b/mysqltuner.pl
@@ -211,7 +211,7 @@
 # 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} = 1;    # Check for updates to MySQLTuner
     $opt{dbstat}       = 1;    # Print database information
     $opt{tbstat}       = 1;    # Print database information
     $opt{idxstat}      = 1;    # Print index information
