-
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
parser: add support for SHUTDOWN syntax #580
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #580 +/- ##
=========================================
Coverage ? 71.86%
=========================================
Files ? 32
Lines ? 7843
Branches ? 0
=========================================
Hits ? 5636
Misses ? 1676
Partials ? 531
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add support for SHUTDOWN syntax * add SHUTDOWN privilege syntax
* add support for SHUTDOWN syntax * add SHUTDOWN privilege syntax
What problem does this PR solve?
What is changed and how it works?
add a new syntax for:
Check List
Tests
Related changes