-
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
*: add a memdb memory tracker #39372
Conversation
* add a memdb memory tracker Signed-off-by: ekexium <[email protected]> * update deps * fix test Signed-off-by: ekexium <[email protected]> * remove the fake tracking of memdb in insert Signed-off-by: ekexium <[email protected]> * simplify the signature Signed-off-by: ekexium <[email protected]> * fix conflict Signed-off-by: ekexium <[email protected]> * fix conflict Signed-off-by: ekexium <[email protected]> * fix: move the tracker out of TxnInfo Signed-off-by: ekexium <[email protected]> * refactor: use switch-default Signed-off-by: ekexium <[email protected]> * fix: only reset session tracker when detach SQLText tracker Signed-off-by: ekexium <[email protected]> * test: fix TestTiDBTrx Signed-off-by: ekexium <[email protected]> * update client-go Signed-off-by: ekexium <[email protected]> Signed-off-by: ekexium <[email protected]> Signed-off-by: ekexium <[email protected]> Co-authored-by: ekexium <[email protected]> Co-authored-by: Weizhen Wang <[email protected]> Co-authored-by: Ti Chi Robot <[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. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: bfc880b
|
Signed-off-by: ekexium <[email protected]>
…irror Signed-off-by: ekexium <[email protected]>
Signed-off-by: ekexium <[email protected]>
5c239d7
to
eddfc6b
Compare
/merge |
This pull request has been accepted and is ready to merge. Commit hash: eddfc6b
|
TiDB MergeCI notify✅ Well Done! New fixed [1] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #35203
Problem Summary:
This is a duplicate of #35225 to bypass CLA check failure because of the change of my email address.
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.