-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
concurrency: datastructure changes to enable multiple lock strengths
Prior to this patch, any unreplicated lock was assumed to be held with lock strength Exclusive. This patch enables us to represent other lock strengths in the lock table, which will allow us to support shared locks in the near future. Closes #102270 Release note: None
- Loading branch information
1 parent
5b3dd52
commit f1d6a25
Showing
2 changed files
with
111 additions
and
34 deletions.
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