mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-20 02:44:58 +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,
|
tbl => $orig_tbl,
|
||||||
Cxn => $cxn,
|
Cxn => $cxn,
|
||||||
Quoter => $q,
|
Quoter => $q,
|
||||||
|
only_same_schema_fks => $o->get('only-same-schema-fks'),
|
||||||
);
|
);
|
||||||
|
|
||||||
my $vp = VersionParser->new($cxn->dbh());
|
my $vp = VersionParser->new($cxn->dbh());
|
||||||
|
Reference in New Issue
Block a user