There was an error while loading. Please reload this page.
1 parent 25f8d91 commit d830931Copy full SHA for d830931
src/include/concurrency/lock_manager.h
@@ -149,7 +149,7 @@ class LockManager {
149
* A lock request being upgraded should be prioritised over other waiting lock requests on the same resource.
150
*
151
* While upgrading, only the following transitions should be allowed:
152
- * IS -> [S, X, SIX]
+ * IS -> [S, X, IX, SIX]
153
* S -> [X, SIX]
154
* IX -> [X, SIX]
155
* SIX -> [X]
0 commit comments