-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
ttl: refractor ttl pkg into multiple sub packages #39491
Conversation
[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-all-tests |
/run-check_dev_2 |
/run-mysql-test |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 37faaca90b38cd78dbad61655a4b9df799d43b33
|
/hold |
37faaca
to
b1c9d66
Compare
/unhold |
This pull request has been accepted and is ready to merge. Commit hash: b1c9d6644f3170bce63b6627273051a43f84e06f
|
615773b
to
febc749
Compare
Signed-off-by: YangKeao <[email protected]>
febc749
to
091715a
Compare
@hawkingrei Could you help me to merge it again? I run the |
/merge |
2 similar comments
/merge |
/merge |
/run-all-tests |
/check-issue-triage-complete |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 091715a
|
/run-check_dev |
/run-check_dev_2 |
5 similar comments
/run-check_dev_2 |
/run-check_dev_2 |
/run-check_dev_2 |
/run-check_dev_2 |
/run-check_dev_2 |
TiDB MergeCI notify🔴 Bad News! New failing [2] after this pr merged.
|
Signed-off-by: YangKeao [email protected]
What problem does this PR solve?
Issue Number: close #39490
Problem Summary:
Split the util functions inside ttl into multiple standalone packages.
What is changed and how it works?
Just move the files, and change some headers. Nothing new.
Check List
Tests