-
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
planner/core: raise 'No database selected' error for grant statement #13745
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13745 +/- ##
===========================================
Coverage 80.2474% 80.2474%
===========================================
Files 474 474
Lines 117048 117048
===========================================
Hits 93928 93928
Misses 15758 15758
Partials 7362 7362 |
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
Your auto merge job has been accepted, waiting for 13300 |
@tiancaiamao should we cherry pick this PR to release 3.0 and release 3.1? |
/run-all-tests |
@tiancaiamao merge failed. |
/run-all-tests |
/run-all-tests |
cherry pick to release-3.0 failed |
What problem does this PR solve?
MySQL:
TiDB:
What is changed and how it works?
If no database is selected, grant privilege to table should raise an error.
Check List
Tests