Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go/mysql: remove excessive []byte(s) conversion #4558

Merged
merged 1 commit into from
Jan 29, 2019
Merged

go/mysql: remove excessive []byte(s) conversion #4558

merged 1 commit into from
Jan 29, 2019

Conversation

quasilyte
Copy link
Contributor

copy permits using to mix []byte and string arguments without
explicit conversion. I removed explicit conversion to make code simpler.

Signed-off-by: Iskander Sharipov quasilyte@gmail.com

`copy` permits using to mix `[]byte` and `string` arguments without
explicit conversion. I removed explicit conversion to make code simpler.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
@quasilyte
Copy link
Contributor Author

$ git config user.name
Iskander Sharipov

I'm not sure I want to change it to the form that is used on GitHub, since it's just an alias, not a real addition to a name. Should I close this PR then?

@sougou
Copy link
Contributor

sougou commented Jan 29, 2019

I think the DCO plugin doesn't reparse changed commits. Just recreating the PR should fix this.

@xichengliudui
Copy link
Contributor

Creation solves the problem. I just tried it

@sougou
Copy link
Contributor

sougou commented Jan 29, 2019

Since I've verified that you signed, I'll just override the DCO check.

@sougou sougou merged commit 07ce41e into vitessio:master Jan 29, 2019
@quasilyte quasilyte deleted the patch-1 branch January 29, 2019 10:06
notfelineit pushed a commit to planetscale/vitess that referenced this pull request Mar 12, 2024
…5339) (vitessio#4558) (vitessio#4559)

Signed-off-by: Manan Gupta <manan@planetscale.com>
Co-authored-by: Manan Gupta <35839558+GuptaManan100@users.noreply.github.com>
frouioui pushed a commit to planetscale/vitess that referenced this pull request Mar 26, 2024
…5339) (vitessio#4558) (vitessio#4560)

Signed-off-by: Manan Gupta <manan@planetscale.com>
Co-authored-by: Manan Gupta <35839558+GuptaManan100@users.noreply.github.com>
systay pushed a commit that referenced this pull request Jul 22, 2024
…4558)

Signed-off-by: Manan Gupta <manan@planetscale.com>
Co-authored-by: Manan Gupta <35839558+GuptaManan100@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants