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

specify the character set in buildVarCharFields #4364

Merged
merged 1 commit into from
Nov 14, 2018

Conversation

demmer
Copy link
Member

@demmer demmer commented Nov 14, 2018

Some mysql clients get confused if fields queries don't return a
character set, so extend buildVarCharFields to specify utf8 and
non-null flags for all internally generated varchar fields.

This is only used by show statements currently.

Some mysql clients get confused if fields queries don't return a
character set, so extend buildVarCharFields to specify utf8 and
non-null flags for all internally generated varchar fields.

This is only used by `show` statements currently.

Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
@sougou sougou merged commit 5b3aedd into vitessio:master Nov 14, 2018
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.

2 participants