-
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
ddl: build sessPool even if RunWorker == false #33677
Conversation
Signed-off-by: wjhuang2016 <[email protected]>
[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. Reviewer can indicate their review by submitting an approval review. |
/run-integration-ddl-test |
Code Coverage Details: https://codecov.io/github/pingcap/tidb/commit/6bdf29e146631f54fe308abceac862a71a8bd896 |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 63021a3
|
/hold |
/run-check_dev_2 |
1 similar comment
/run-check_dev_2 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-4.0 in PR #33692 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.0 in PR #33693 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.1 in PR #33694 |
cherry pick to release-5.2 failed |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.3 in PR #33695 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-5.4 in PR #33697 |
Signed-off-by: ti-srebot <[email protected]>
cherry pick to release-6.0 in PR #33698 |
Signed-off-by: wjhuang2016 [email protected]
What problem does this PR solve?
Issue Number: close #33676
Problem Summary:
struct ddl doesn't have sessPool if RunWorker == false
What is changed and how it works?
Move the code to make sure build sessPool even if RunWorker == false
Check List
Tests
pass integration-ddl-test
Side effects
Documentation
Release note