Removed ignore for sys.sys_schema table.

This commit is contained in:
guriandoro
2017-03-22 23:12:32 -04:00
parent 759ee9196e
commit c15c3f5bbc

View File

@@ -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');