Skip to content

Commit

Permalink
Fix inline comments for assumed_tracked (#4762)
Browse files Browse the repository at this point in the history
Summary:
Fix the definition of assumed_tracked in Transaction that was introduced in #4680
Pull Request resolved: #4762

Differential Revision: D13399150

Pulled By: maysamyabandeh

fbshipit-source-id: 2a30fe49e3c44adacd7e45cd48eae95023ca9dca
  • Loading branch information
Maysam Yabandeh authored and facebook-github-bot committed Dec 10, 2018
1 parent f307479 commit 21fca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/utilities/transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class Transaction {
// functions in WriteBatch, but will also do conflict checking on the
// keys being written.
//
// assume_tracked=false expects the key be already tracked. If valid then it
// assume_tracked=true expects the key be already tracked. If valid then it
// skips ValidateSnapshot. Returns error otherwise.
//
// If this Transaction was created on an OptimisticTransactionDB, these
Expand Down

0 comments on commit 21fca39

Please sign in to comment.