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

Add support for ALTER USER ... WITH <resource option> #7841

Open
fulghum opened this issue May 9, 2024 · 0 comments
Open

Add support for ALTER USER ... WITH <resource option> #7841

fulghum opened this issue May 9, 2024 · 0 comments
Labels
correctness We don't return the same result as MySQL

Comments

@fulghum
Copy link
Contributor

fulghum commented May 9, 2024

The ALTER USER statement allows a WITH <resource option> clause, but Dolt can't currently parse this clause.

Example:

> ALTER USER 'myUser'@'%' WITH MAX_USER_CONNECTIONS 5;
ERROR 1105 (HY000): syntax error at position 30 near 'WITH'
@fulghum fulghum added the correctness We don't return the same result as MySQL label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
correctness We don't return the same result as MySQL
Projects
None yet
Development

No branches or pull requests

1 participant