mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-18 16:40:23 +00:00
Removed ignore for sys.sys_schema table.
This commit is contained in:
@@ -468,10 +468,6 @@ sub table_is_allowed {
|
||||
|slow_log
|
||||
)$/x;
|
||||
|
||||
return 0 if $db eq 'sys' && $tbl =~ m/^(?:
|
||||
sys_config
|
||||
)$/x;
|
||||
|
||||
if ( $filter->{'ignore-tables'}->{'*'}->{$tbl}
|
||||
|| $filter->{'ignore-tables'}->{$db}->{$tbl}) {
|
||||
PTDEBUG && _d('Table', $tbl, 'is in --ignore-tables list');
|
||||
|
Reference in New Issue
Block a user