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