mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 18:45:57 +00:00
Compare commits
1 Commits
PT-2037-op
...
PT-1919_tr
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8ba76861f9 |
@@ -12218,6 +12218,13 @@ abort, because the old table is gone permanently.
|
||||
|
||||
This method forces C<--no-swap-tables> and C<--no-drop-old-table>.
|
||||
|
||||
Check for self-referencing foreign keys. Currently self referencing FKs are not
|
||||
fully supported, so, to prevent errors, this program won't run if the table has
|
||||
self-referencing foreign keys. Use this parameter to disable self-referencing FK checks.
|
||||
|
||||
On tables having self refference FKs + triggers, C<--alter-foreign-keys-method drop_swap>
|
||||
will not work. Use other method like C<--alter-foreign-keys-method rebuild_constraints>.
|
||||
|
||||
=item none
|
||||
|
||||
This method is like C<drop_swap> without the "swap". Any foreign keys that
|
||||
|
Reference in New Issue
Block a user