summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-11-27 14:53:31 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-11-27 14:53:31 -0500
commit2dcf7b18d53b6fa43ca7bce42945ce7d378bff3e (patch)
treeae9c08431548bdcf3a76e04190228188d0a5a067
parent05a3b8f3d8ea411c24f46633f1f9f01a4f1cecfd (diff)
downloadmongo-2dcf7b18d53b6fa43ca7bce42945ce7d378bff3e.tar.gz
Fix a comment, we no longer check a transaction value.
-rw-r--r--src/include/btree.i4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/btree.i b/src/include/btree.i
index 0910cc52788..9428af0c426 100644
--- a/src/include/btree.i
+++ b/src/include/btree.i
@@ -1098,9 +1098,7 @@ __wt_page_can_evict(WT_SESSION_IMPL *session, WT_REF *ref, bool *inmem_splitp)
* pages cannot be evicted until all threads are known to have exited
* the original parent page's index, because evicting an internal page
* discards its WT_REF array, and a thread traversing the original
- * parent page index might see a freed WT_REF. During the split we set
- * a transaction value, we can evict the created page as soon as that
- * transaction value is globally visible.
+ * parent page index might see a freed WT_REF.
*/
if (WT_PAGE_IS_INTERNAL(page) &&
F_ISSET_ATOMIC(page, WT_PAGE_SPLIT_BLOCK))