summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/txn.i
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2018-03-27 10:29:16 +1100
committerLuke Chen <luke.chen@mongodb.com>2018-03-27 10:29:16 +1100
commite93e3e7930f844bf830715dfecbb602eefe48b8e (patch)
treedf168729a1b9906fb1f0f03fe0352ad5c39c84d0 /src/third_party/wiredtiger/src/include/txn.i
parent152885358a4ecab312c690b2ffee5dfb7c37311a (diff)
downloadmongo-e93e3e7930f844bf830715dfecbb602eefe48b8e.tar.gz
Import wiredtiger: 875e91581c63e1e4d47c547291f0a582f30eddae from branch mongodb-3.8
ref: cce16aa64e..875e91581c for: 3.7.4 WT-3869 Bi-weekly WT codebase lint WT-3979 Fix warnings generated with newer Doxygen releases WT-3982 Fix transaction visibility bugs related to lookaside usage. WT-3985 Pre-allocated log files accumulate on Windows WT-3987 Avoid reading lookaside pages in truncate fast path WT-3990 Fix Coverity tickets
Diffstat (limited to 'src/third_party/wiredtiger/src/include/txn.i')
-rw-r--r--src/third_party/wiredtiger/src/include/txn.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/txn.i b/src/third_party/wiredtiger/src/include/txn.i
index 36cac1a26f3..9061157ff5a 100644
--- a/src/third_party/wiredtiger/src/include/txn.i
+++ b/src/third_party/wiredtiger/src/include/txn.i
@@ -296,7 +296,7 @@ __wt_txn_modify(WT_SESSION_IMPL *session, WT_UPDATE *upd)
/*
* __wt_txn_modify_page_delete --
- * Remember a page fast-deleted by the current transaction.
+ * Remember a page truncated by the current transaction.
*/
static inline int
__wt_txn_modify_page_delete(WT_SESSION_IMPL *session, WT_REF *ref)