mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 20:25:32 +02:00
Merge mysql.com:/home/jimw/my/mysql-5.0-14610
into mysql.com:/home/jimw/my/mysql-5.0-clean
This commit is contained in:
commit
3c8a8de47e
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ if ( defined $opt{regexp} ) {
|
|||
my $sth_dbs = $dbh->prepare("show databases");
|
||||
$sth_dbs->execute;
|
||||
while ( my ($db_name) = $sth_dbs->fetchrow_array ) {
|
||||
next if $db_name =~ m/^information_schema$/i;
|
||||
push @db_desc, { 'src' => $db_name, 't_regex' => $t_regex } if ( $db_name =~ m/$opt{regexp}/o );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue