mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 11:30:24 +00:00
Note that --check-child-tables only prints first affect child table in error message.
This commit is contained in:
@@ -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<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
|
||||
|
||||
default: yes
|
||||
|
Reference in New Issue
Block a user