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
ProxySQL properly supports SET NAMES , but not SET CHARACTER SET neither SET CHARSET.
SET NAMES
SET CHARACTER SET
SET CHARSET
This is a follow up from #780 (comment)
The text was updated successfully, but these errors were encountered:
Support for SET CHARACTER and SET CHARSET #1692
f6fea64
This implementation is specific to 1.4.x
Support implemented in 1.4.12 . in 2.0.0 this will implemented in a different way.
Sorry, something went wrong.
any news on this ?
The fix was committed to 1.4.12, not >= 1.4.13.
Fixing logic for SET CHARACTER SET #1692
630e66f
Fixing logic for SET CHARACTER SET sysown#1692
13db58b
renecannao
No branches or pull requests
ProxySQL properly supports
SET NAMES
, but notSET CHARACTER SET
neitherSET CHARSET
.This is a follow up from #780 (comment)
The text was updated successfully, but these errors were encountered: