add stop in a other place

This commit is contained in:
Jean-Marie Renouard 2023-04-26 00:05:23 +02:00
parent b218cdf05f
commit c825e7d66b

View file

@ -6510,6 +6510,7 @@ sub mysql_tables {
} }
exit 0 if ( $opt{stop} == 1 ); exit 0 if ( $opt{stop} == 1 );
} }
exit 0 if ( $opt{stop} == 1 );
foreach ( select_user_dbs() ) { foreach ( select_user_dbs() ) {
my $dbname = $_; my $dbname = $_;
next unless defined $_; next unless defined $_;