Skip to content

Commit

Permalink
Merge #26868
Browse files Browse the repository at this point in the history
26868: roachpb: Fix a comment on orig_timestamp. r=andreimatei a=andreimatei

Release note: None

Co-authored-by: Andrei Matei <[email protected]>
  • Loading branch information
craig[bot] and andreimatei committed Jun 25, 2018
2 parents e0164df + 7224179 commit ac55e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/roachpb/data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/roachpb/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ message Transaction {
// future of 5), and restarts.
// Using instead its candidate commit timestamp, it wouldn't see a conflict
// and commit, but this is not the expected outcome (the expected outcome is
// {key1: 6} (since txn2 is not expected to commit)) and we would be
// {key1: 6} (since txn1 is not expected to commit)) and we would be
// experiencing the Lost Update Anomaly.
//
// Note that in practice, before restarting, txn1 would still lay down an
Expand Down

0 comments on commit ac55e58

Please sign in to comment.