We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vttestserver defaults the charset to utf8. Either we should change this to utf8mb4 or provide a way to override it on the docker container (or both). https://github.com/vitessio/vitess/blob/master/go/vt/vttest/vtprocess.go#L179
Frameworks set charset. This is required to automate testing.
The text was updated successfully, but these errors were encountered:
I am of the opinion that we make it as default on vttablet.
Sorry, something went wrong.
Fixed in #7970
harshit-gangal
No branches or pull requests
Feature Description
vttestserver defaults the charset to utf8. Either we should change this to utf8mb4 or provide a way to override it on the docker container (or both).
https://github.com/vitessio/vitess/blob/master/go/vt/vttest/vtprocess.go#L179
Use Case(s)
Frameworks set charset. This is required to automate testing.
The text was updated successfully, but these errors were encountered: