mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
Updated tests for schema iterator
This commit is contained in:
@@ -405,7 +405,7 @@ sub database_is_allowed {
|
||||
|
||||
my $filter = $self->{filters};
|
||||
|
||||
if ( $db =~ m/information_schema|performance_schema|lost\+found|percona|percona_schema|test/ ) {
|
||||
if ( $db =~ m/information_schema|performance_schema|lost\+found|percona|percona_schema/ ) {
|
||||
PTDEBUG && _d('Database', $db, 'is a system database, ignoring');
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user