-
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
session: support system variable interactive_timeout (#8487) #8573
Conversation
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
@lysu Could you help to write a integration test , please ? |
/run-all-tests tidb-test=pr/679 |
/run-common-test tidb-test=pr/679 |
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
/run-all-tests tidb-test=pr/679 |
/run-common-test tidb-test=pr/679 |
/run-common-test tidb-test=pr/679 |
/run-all-tests tidb-test=pr/679 |
LGTM |
/run-common-test tidb-test=pr/679 |
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
* 增加 interactive_timeout 描述 pingcap/tidb#8573 * Update system-variables.md Co-authored-by: lysu <sulifx@gmail.com> Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com> Co-authored-by: lysu <sulifx@gmail.com>
What problem does this PR solve?
support system variable interactive_timeout. #8487
What is changed and how it works?
when client set Capability Flags CLIENT_INTERACTIVE, init wait_timeout with interactive_timeout
Check List
Tests
Code changes
Related changes
This change is