Skip to content

Commit d830931

Browse files
authored
fix(p4): IS -> IX (#488)
1 parent 25f8d91 commit d830931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/concurrency/lock_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class LockManager {
149149
* A lock request being upgraded should be prioritised over other waiting lock requests on the same resource.
150150
*
151151
* While upgrading, only the following transitions should be allowed:
152-
* IS -> [S, X, SIX]
152+
* IS -> [S, X, IX, SIX]
153153
* S -> [X, SIX]
154154
* IX -> [X, SIX]
155155
* SIX -> [X]

0 commit comments

Comments
 (0)