-
Notifications
You must be signed in to change notification settings - Fork 276
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
[enhancement] sql: add client host and proxy host in session status. #15256
Conversation
@volgariver6 Thanks for your contributions! Here are review comments for file pkg/frontend/mysql_protocol.go: Pull Request Review:Title and Body:The title and body of the pull request clearly state that the purpose of the PR is to enhance the SQL functionality by adding client host and proxy host in session status. The title indicates that it is an improvement type of PR and references the related issue #15203. The body provides a brief explanation of the changes made. However, it would be beneficial to include more detailed information about why adding client host and proxy host in session status is necessary for better context. Changes in
|
@Mergifyio refresh |
✅ Pull request refreshed |
What type of PR is this?
Which issue(s) this PR fixes:
issue #15203
What this PR does / why we need it:
add client host and proxy host in session status.