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

parser: add gramma for RBAC #213

Merged
merged 16 commits into from
Feb 20, 2019
Merged

parser: add gramma for RBAC #213

merged 16 commits into from
Feb 20, 2019

Conversation

imtbkcat
Copy link

What problem does this PR solve?

MySQL has supported role-based access control since MySQL 8.0. We plan to support this function step by step. The first step is adding gramma for parser.

What is changed and how it works?

just add CNF gramma for role operations.
reference: https://dev.mysql.com/doc/refman/8.0/en/roles.html

Check List

Tests

  • Unit test

Code changes

  • Has exported variable/fields change

Side effects

  • Increased code complexity

Related changes

go.mod1 Outdated Show resolved Hide resolved
auth/auth.go Outdated Show resolved Hide resolved
parser.y Outdated Show resolved Hide resolved
parser.y Outdated Show resolved Hide resolved
parser.y Outdated Show resolved Hide resolved
parser.y Show resolved Hide resolved
@tiancaiamao
Copy link
Collaborator

LGTM

Copy link
Member

@jackysp jackysp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tiancaiamao tiancaiamao merged commit ea60bf4 into pingcap:master Feb 20, 2019
tiancaiamao pushed a commit to tiancaiamao/parser that referenced this pull request Apr 27, 2021
lyonzhi pushed a commit to lyonzhi/parser that referenced this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants