mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 07:30:02 +00:00
Fixes for table-checksum
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/ ) {
|
||||
if ( $db =~ m/^(information_schema|performance_schema|lost\+found|percona_schema)$/ ) {
|
||||
PTDEBUG && _d('Database', $db, 'is a system database, ignoring');
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user