From 8e80b21deec207e73f5cb29c81e75d7090358ddc Mon Sep 17 00:00:00 2001 From: guriandoro Date: Wed, 22 Mar 2017 23:18:49 -0400 Subject: [PATCH] Fixed typo in ignored table mysql.gtid_executed --- lib/SchemaIterator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SchemaIterator.pm b/lib/SchemaIterator.pm index f2e5780b..4c51ae40 100644 --- a/lib/SchemaIterator.pm +++ b/lib/SchemaIterator.pm @@ -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