Fixed typo in ignored table mysql.gtid_executed

This commit is contained in:
guriandoro
2017-03-22 23:18:49 -04:00
parent 43d01f694f
commit 8e80b21dee

View File

@@ -456,7 +456,7 @@ sub table_is_allowed {
# Always auto-skip these pseudo tables.
return 0 if $db eq 'mysql' && $tbl =~ m/^(?:
general_log
|gtid_execution
|gtid_executed
|innodb_index_stats
|innodb_table_stats
|slave_master_info