Skip to content

Commit 1b6e8e3

Browse files
author
António Cunha
committed
fix: Allow proper filtering with --where in parent-child relationships
1 parent ae4eb80 commit 1b6e8e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/pt-online-schema-change

-2
Original file line numberDiff line numberDiff line change
@@ -9392,7 +9392,6 @@ sub main {
93929392
Cxn => $cxn,
93939393
Quoter => $q,
93949394
only_same_schema_fks => $o->get('only-same-schema-fks'),
9395-
where => $o->get('where'),
93969395
);
93979396
if ( !$child_tables ) {
93989397
if ( $alter_fk_method ) {
@@ -10484,7 +10483,6 @@ sub main {
1048410483
max_rows => $max_rows,
1048510484
Cxn => $cxn,
1048610485
OptionParser => $o,
10487-
where => $o->get('where'),
1048810486
);
1048910487

1049010488
if ( $alter_fk_method eq 'drop_swap' ) {

0 commit comments

Comments
 (0)