vault backup: 2025-03-17 21:52:45
This commit is contained in:
parent
110db2ace3
commit
767fbf94f1
1 changed files with 5 additions and 1 deletions
|
@ -83,7 +83,11 @@ try_to_commit_T() :=
|
||||||
if XX.date >= birthdate(T) then
|
if XX.date >= birthdate(T) then
|
||||||
release all locks
|
release all locks
|
||||||
ABORT
|
ABORT
|
||||||
|
tmp <- CLOCK.fetch&add(1)+1
|
||||||
|
∀ X ∈ write_set(T)
|
||||||
|
XX <- ⟨lc(XX).val, tmp⟩
|
||||||
|
release all locks
|
||||||
|
COMMIT
|
||||||
```
|
```
|
||||||
|
|
||||||
### Virtual World Consistency
|
### Virtual World Consistency
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue