diff options
-rw-r--r-- | src/include/btree.i | 4 |
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)) |