diff --git a/mysqltuner.pl b/mysqltuner.pl index 43dae64..e6d2ce0 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -6510,6 +6510,7 @@ sub mysql_tables { } exit 0 if ( $opt{stop} == 1 ); } + exit 0 if ( $opt{stop} == 1 ); foreach ( select_user_dbs() ) { my $dbname = $_; next unless defined $_;