Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

fix: fix wrong shorthand for statement-size (#1195) #1196

Merged
merged 1 commit into from
Oct 21, 2020

Conversation

ti-srebot
Copy link

cherry-pick #1195 to release-2.0


What problem does this PR solve?

in dumpling, we use -s as the shorthand for --statement-size (https://github.com/pingcap/dumpling/blob/270170441a02b0a31ea927ae3ffb13c4acb8dc23/cmd/dumpling/main.go#L102), but we use -S in DM.

What is changed and how it works?

change S to s.

Check List

Tests

  • Unit test

Code changes

  • Has exported variable/fields change

Side effects

  • Breaking backward compatibility

Related changes

  • Need to cherry-pick to the release branch

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
@ti-srebot ti-srebot added priority/normal Minor change, requires approval from ≥1 primary reviewer type/bug-fix Bug fix type/cherry-pick This PR is just a cherry-pick (backport) type/compatibility Backward compatibility will be broken after this PR merged first-time-contributor labels Oct 21, 2020
Copy link
Member

@csuzhangxc csuzhangxc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@csuzhangxc csuzhangxc merged commit 097de17 into pingcap:release-2.0 Oct 21, 2020
@csuzhangxc csuzhangxc added this to the v2.0.0 milestone Oct 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
first-time-contributor priority/normal Minor change, requires approval from ≥1 primary reviewer type/bug-fix Bug fix type/cherry-pick This PR is just a cherry-pick (backport) type/compatibility Backward compatibility will be broken after this PR merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants