add stop in a other place
This commit is contained in:
parent
b218cdf05f
commit
c825e7d66b
1 changed files with 1 additions and 0 deletions
|
@ -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 $_;
|
||||
|
|
Loading…
Reference in a new issue