-
Notifications
You must be signed in to change notification settings - Fork 490
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
Should we need to support .
in System Variables?
#428
Comments
Could you do this in MySQL8 |
No, I couldn't.
|
Just now I try it and doubt that "TiDB doesn't support . in a identifier." git diff:
and use the modified tidb:
|
@tiancaiamao |
I see! @wjhuang2016 |
I've filed a PR to address it. @wjhuang2016 |
According to https://dev.mysql.com/doc/refman/8.0/en/using-system-variables.html
The problem I met is in #9812 . Presently, TiDB doesn't support
.
in a identifier. After MySQL 8.0, validate_password became a component and its variables uses a.
instead of_
to sepearate component name.So I wonder should we need to support
.
in system variables or just using_
?The text was updated successfully, but these errors were encountered: