Skip to content

Always use utf8 for load data infile on tidb #22485

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

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Always use utf8 for load data infile on tidb #22485

merged 2 commits into from
Aug 8, 2024

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Aug 7, 2024

Description:

TiDb has problems with charset latin1, which we are using for some cases of load data infile.
Always using utf8 for TiDb should solve any issues around that.

Review

@sgiehl sgiehl added the Needs Review PRs that need a code review label Aug 7, 2024
@sgiehl sgiehl added this to the 5.2.0 milestone Aug 7, 2024
@sgiehl sgiehl requested a review from mneudert August 7, 2024 08:05
@mneudert mneudert merged commit fce1e88 into 5.x-dev Aug 8, 2024
17 of 25 checks passed
@mneudert mneudert deleted the infiletidb branch August 8, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Development

Successfully merging this pull request may close these issues.

2 participants