From 3a52d9feb707b981ce4a817063f9830c24f7fb43 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Fri, 13 Dec 2013 19:35:58 -0800 Subject: [PATCH] Note that --check-child-tables only prints first affect child table in error message. --- bin/pt-table-sync | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/pt-table-sync b/bin/pt-table-sync index eb9b27b6..fc1ec7f2 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -11957,6 +11957,10 @@ This check is only preformed if L<"--execute"> and one of L<"--replace">, L<"--replicate">, or L<"--sync-to-master"> is specified. L<"--print"> does not check child tables. +The error message only prints the first child table found with an +C, C, or C +foreign key constraint. There could be other affected child tables. + =item --[no]check-master default: yes