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

LOAD DATA does not support to set character set #7348

Closed
jackysp opened this issue Aug 10, 2018 · 0 comments
Closed

LOAD DATA does not support to set character set #7348

jackysp opened this issue Aug 10, 2018 · 0 comments
Assignees

Comments

@jackysp
Copy link
Member

jackysp commented Aug 10, 2018

Part of MySQL syntax looks like below:

LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name'
    [REPLACE | IGNORE]
    INTO TABLE tbl_name
    [PARTITION (partition_name [, partition_name] ...)]
    [CHARACTER SET charset_name]

It has a character set option in it, but TiDB not.
TiDB version: 0d18ac2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant