From 2eada50f8db56c1ee613bc93d59495e501261396 Mon Sep 17 00:00:00 2001 From: Frank Cizmich Date: Thu, 2 Apr 2015 17:34:56 -0300 Subject: [PATCH] pt-table-sync added --ignore-tables-regex option --- bin/pt-table-sync | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/pt-table-sync b/bin/pt-table-sync index 36da0d28..ed9e6f60 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -12239,6 +12239,12 @@ Ignore this comma-separated list of tables. Table names may be qualified with the database name. +=item --ignore-tables-regex + +type: string; group: Filter + +Ignore tables whose names match the Perl regex. + =item --[no]index-hint default: yes