Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
welkin22 authored and galaio committed Sep 25, 2024
1 parent 7989ace commit 542c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/mvstates.go
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ func (s *MVStates) resolveDepsMapCacheByWrites(index int, reads []RWEventItem, w
}
}
}
// Looking for read operations before write operations, similar to a read->read->read/write execution sequence,
// Looking for read operations before write operations, e.g: read->read->read/write execution sequence,
// we need the write transaction to occur after the read transactions.
for _, item := range writes {
var depReads *RWTxList
Expand Down

0 comments on commit 542c9d6

Please sign in to comment.