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

expression/expressions: replace iconv-go with text/transform #42

Merged
merged 2 commits into from
Sep 7, 2015
Merged

expression/expressions: replace iconv-go with text/transform #42

merged 2 commits into from
Sep 7, 2015

Conversation

unknwon
Copy link
Contributor

@unknwon unknwon commented Sep 7, 2015

Remove CGO requirement for compiling iconv-go currently is using.

Replace it with native implementation of Go.

make test has passed, but test cases don't look very detailed on expression, so not sure if everything will go well.

Let's see if you are good with changes, then I'll do the godep thing.

Remove CGO requirement for compiling iconv-go currently is using.

Replace it with native implementation of Go.
@coocood
Copy link
Member

coocood commented Sep 7, 2015

LGTM
Please add godep.

@unknwon
Copy link
Contributor Author

unknwon commented Sep 7, 2015

Updated PR.

@coocood
Copy link
Member

coocood commented Sep 7, 2015

LGTM

@qiuyesuifeng
Copy link
Member

LGTM
@unknwon Thanks.

coocood added a commit that referenced this pull request Sep 7, 2015
expression/expressions: replace iconv-go with text/transform
@coocood coocood merged commit 0498db4 into pingcap:master Sep 7, 2015
@siddontang
Copy link
Member

@unknwon this function may be used in other places, we may move this to util as an alone package (e.g, iconv) later.

@unknwon
Copy link
Contributor Author

unknwon commented Sep 7, 2015

@unknwon this function may be used in other places, we may move this to util as an alone package (e.g, iconv) later.

😄 that's up to you. Not much differences for me.

@sre-bot sre-bot added the contribution This PR is from a community contributor. label Dec 18, 2019
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
YuJuncen pushed a commit to YuJuncen/tidb that referenced this pull request Apr 23, 2021
* add log for file info

fix endTableID bug

add schema test
xhebox pushed a commit to xhebox/tidb that referenced this pull request Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this pull request Oct 8, 2021
okJiang pushed a commit to okJiang/tidb that referenced this pull request Oct 19, 2021
…` and improve style (pingcap#42)

* fix invalid config option

* black_white_list: improve style
Defined2014 pushed a commit to Defined2014/tidb that referenced this pull request Apr 11, 2022
guoshouyan pushed a commit to guoshouyan/tidb that referenced this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution This PR is from a community contributor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants