mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
Merge pull request #419 from wonko/wonko-add-only-same-schema-fks
Restrict the FK check if needed
This commit is contained in:
@@ -8995,6 +8995,7 @@ sub main {
|
||||
tbl => $orig_tbl,
|
||||
Cxn => $cxn,
|
||||
Quoter => $q,
|
||||
only_same_schema_fks => $o->get('only-same-schema-fks'),
|
||||
);
|
||||
|
||||
my $vp = VersionParser->new($cxn->dbh());
|
||||
|
Reference in New Issue
Block a user