mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
Fixed typo in ignored table mysql.gtid_executed
This commit is contained in:
@@ -456,7 +456,7 @@ sub table_is_allowed {
|
|||||||
# Always auto-skip these pseudo tables.
|
# Always auto-skip these pseudo tables.
|
||||||
return 0 if $db eq 'mysql' && $tbl =~ m/^(?:
|
return 0 if $db eq 'mysql' && $tbl =~ m/^(?:
|
||||||
general_log
|
general_log
|
||||||
|gtid_execution
|
|gtid_executed
|
||||||
|innodb_index_stats
|
|innodb_index_stats
|
||||||
|innodb_table_stats
|
|innodb_table_stats
|
||||||
|slave_master_info
|
|slave_master_info
|
||||||
|
Reference in New Issue
Block a user