Note that --check-child-tables only prints first affect child table in error message.

This commit is contained in:
Daniel Nichter
2013-12-13 19:35:58 -08:00
parent 39c020020c
commit 3a52d9feb7

View File

@@ -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"> L<"--replicate">, or L<"--sync-to-master"> is specified. L<"--print">
does not check child tables. does not check child tables.
The error message only prints the first child table found with an
C<ON DELETE CASCADE>, C<ON UPDATE CASCADE>, or C<ON UPDATE SET NULL>
foreign key constraint. There could be other affected child tables.
=item --[no]check-master =item --[no]check-master
default: yes default: yes