executor: fix the missing Grantor when querying mysql.tables_priv (#38461)#38563
executor: fix the missing Grantor when querying mysql.tables_priv (#38461)#38563ti-chi-bot wants to merge 2 commits intopingcap:release-6.3from
Grantor when querying mysql.tables_priv (#38461)#38563Conversation
|
[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. |
|
/run-unit-test |
1 similar comment
|
/run-unit-test |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: ef1cb3b |
|
@ti-chi-bot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
/retest |
|
/close 6.3 is not maintained. |
|
@xhebox: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is an automated cherry-pick of #38461
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.