-
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
*: add metadata lock when using the plan cache #51897
Merged
Merged
Changes from 5 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
2baaaef
done
wjhuang2016 76d9e1c
done
wjhuang2016 b0eead0
fix
wjhuang2016 eb8fb1e
lint
wjhuang2016 c35a665
done
wjhuang2016 72f94fe
done
wjhuang2016 d70cd71
fix
wjhuang2016 5eda1dd
fix
wjhuang2016 12f76ff
refine
wjhuang2016 c86cac3
try fix
wjhuang2016 4712367
fix
wjhuang2016 7bc82cf
try
wjhuang2016 6571ac7
try
wjhuang2016 8572b91
refine
wjhuang2016 fa31ed9
try
wjhuang2016 9cdd759
try
wjhuang2016 91299d6
try
wjhuang2016 ebecedf
try
wjhuang2016 871d333
merge
wjhuang2016 85238a7
refine
wjhuang2016 88ca8c5
refine test case
wjhuang2016 7a4f73d
fix
wjhuang2016 690042b
refine
wjhuang2016 6a826e0
fix
wjhuang2016 cfb7e46
fix
wjhuang2016 3b509ce
refine
wjhuang2016 eeb43fa
done
wjhuang2016 717bc6d
fix typo
wjhuang2016 2e61168
fix
wjhuang2016 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Maybe
ModificationCount
is better.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.
Please add a comment here. In particular, explain how "ModificationCount" differs from "Version".