executor: fix the missing Grantor when querying mysql.tables_priv#38461
executor: fix the missing Grantor when querying mysql.tables_priv#38461ti-chi-bot merged 7 commits intopingcap:masterfrom
Grantor when querying mysql.tables_priv#38461Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: c19fc41 |
|
In response to a cherrypick label: new pull request created: #38560. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created: #38561. |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created: #38562. |
|
In response to a cherrypick label: new pull request created: #38563. |
TiDB MergeCI notify🔴 Bad News! [1] CI still failing after this pr merged.
|
|
/cherry-pick-invite |
|
@CbcWestwolf Please accept the invitation then you can push to the cherry-pick pull requests. |
What problem does this PR solve?
Issue Number: close #38293
Problem Summary:
When executing
grant, we create an internal session to start internal transaction, but does not pass theuserin.What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.