Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This did not have a practical impact but was obviously
wrong

Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Aug 12, 2024
1 parent 456543d commit b1e1e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtctl/workflow/materializer.go
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ func primaryVindexesDiffer(ms *vtctldatapb.MaterializeSettings, source, target *
// If neither source nor target have any vindexes, treat the answer to
// the question as trivially false.
if len(sColumnVindexes) == 0 && len(tColumnVindexes) == 0 {
return true
return false
}

sPrimaryVindex := sColumnVindexes[0]
Expand Down

0 comments on commit b1e1e85

Please sign in to comment.