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

Can't parse grant/lock stmt #42

Open
coanor opened this issue Sep 14, 2018 · 1 comment
Open

Can't parse grant/lock stmt #42

coanor opened this issue Sep 14, 2018 · 1 comment

Comments

@coanor
Copy link

coanor commented Sep 14, 2018

Even simple GRANT:

GRANT SELECT ON db2.`xx` TO 'jeffrey'@'localhost';  -- error: syntax error at position 6 near 'grant'

or LOCK:

lock tables T1 read;     -- error: syntax error at position 5 near 'lock'
@chris-vest
Copy link

I'm getting the same error for GRANT.

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

No branches or pull requests

2 participants