Skip to content

Commit

Permalink
fix(p4): IS -> IX (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzh committed Nov 29, 2022
1 parent 25f8d91 commit d830931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/concurrency/lock_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class LockManager {
* A lock request being upgraded should be prioritised over other waiting lock requests on the same resource.
*
* While upgrading, only the following transitions should be allowed:
* IS -> [S, X, SIX]
* IS -> [S, X, IX, SIX]
* S -> [X, SIX]
* IX -> [X, SIX]
* SIX -> [X]
Expand Down

0 comments on commit d830931

Please sign in to comment.