Skip to content

Commit

Permalink
resolve auto consistency (pingcap#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunzhu authored Jul 14, 2020
1 parent f6886d9 commit f725478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dumpling/v4/export/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func Dump(pCtx context.Context, conf *Config) (err error) {
if err != nil {
return withStack(err)
}
resolveAutoConsistency(conf)

ctx, cancel := context.WithCancel(pCtx)
defer cancel()
Expand Down
1 change: 0 additions & 1 deletion dumpling/v4/export/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func adjustConfig(conf *Config) error {
return err
}
}
resolveAutoConsistency(conf)

return nil
}
Expand Down

0 comments on commit f725478

Please sign in to comment.