summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2018-01-25 16:27:32 +1100
committerLuke Chen <luke.chen@mongodb.com>2018-01-25 16:27:32 +1100
commitf6d5c6acf7481833b0e0cd579f9145e4f21b0ace (patch)
tree7302e0e4ee1517c8670e5e835df14598cd83dd9a /src/third_party/wiredtiger/src/docs
parent984bc43b2e56d9893d3ff92c6a17ab2e2feadf67 (diff)
downloadmongo-f6d5c6acf7481833b0e0cd579f9145e4f21b0ace.tar.gz
Import wiredtiger: 780756acc2522d4bcf5f6c6c605ed5fcb77b9548 from branch mongodb-3.8
ref: fc383862a7..780756acc2 for: 3.7.2 WT-3852 Update debugging when committing at an earlier timestamp WT-3863 Record the clock frequency in the optrack log file, so we can convert CPU cycles to nanoseconds when decoding the files. WT-3865 avoid cache misses in WiredTiger tree-walk and hazard functions WT-3871 format should read from a timestamp WT-3874 Use custom collator for diagnostic verification of keys
Diffstat (limited to 'src/third_party/wiredtiger/src/docs')
-rw-r--r--src/third_party/wiredtiger/src/docs/transactions.dox3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/docs/transactions.dox b/src/third_party/wiredtiger/src/docs/transactions.dox
index f66923aac3f..d27e796b8e9 100644
--- a/src/third_party/wiredtiger/src/docs/transactions.dox
+++ b/src/third_party/wiredtiger/src/docs/transactions.dox
@@ -201,8 +201,7 @@ been used. This is enforced by assertions in diagnostic builds, if
applications violate this rule, data consistency can be violated.
The commits to a particular data item must be performed in timestamp order.
-Again, this is only checked in diagnostic builds and if applications violate
-this rule, data consistency can be violated.
+If applications violate this rule, data consistency can be violated.
@subsection Timestamp support in the extension API