From c825e7d66ba3443ae2b5b6d25abc4f21ad25a16d Mon Sep 17 00:00:00 2001 From: Jean-Marie Renouard Date: Wed, 26 Apr 2023 00:05:23 +0200 Subject: [PATCH] add stop in a other place --- mysqltuner.pl | 1 + 1 file changed, 1 insertion(+) 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 $_;