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

sql: investigate why REVOKE/GRANT in RSG is slow #9886

Closed
maddyblue opened this issue Oct 11, 2016 · 2 comments
Closed

sql: investigate why REVOKE/GRANT in RSG is slow #9886

maddyblue opened this issue Oct 11, 2016 · 2 comments
Assignees
Milestone

Comments

@maddyblue
Copy link
Contributor

if strings.HasPrefix(s, "REVOKE") || strings.HasPrefix(s, "GRANT") {

@petermattis petermattis added this to the 1.0 milestone Feb 23, 2017
@spencerkimball
Copy link
Member

@mjibson I'm removing the 1.0 milestone.

@spencerkimball spencerkimball modified the milestones: Later, 1.0 Apr 4, 2017
@maddyblue
Copy link
Contributor Author

Did this a bit. It appears to be not slow anymore so the restriction can probably be removed.

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

3 participants