-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
executor: fix privilege check for 'show create user current_user()' #11142
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11142 +/- ##
===============================================
+ Coverage 81.0753% 81.1223% +0.047%
===============================================
Files 421 420 -1
Lines 89735 89630 -105
===============================================
- Hits 72753 72710 -43
+ Misses 11722 11664 -58
+ Partials 5260 5256 -4 |
/run-all-tests |
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
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
@tiancaiamao please cherry-pick this pr to release-3.0 and release-2.1 |
What problem does this PR solve?
Fix issue #10445
What is changed and how it works?
Check List
Tests
Related changes