summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_cursor.c
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2015-01-14 09:09:33 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2015-01-14 09:09:33 +1100
commitd56476de123cd7c5bfced2ee50072dd5156a7ad8 (patch)
tree849962ffefb1976e45168d9b3eeaad4f21fdc600 /src/lsm/lsm_cursor.c
parenta02d92f9a546d6c326958cd24c2a0276e9bf72ee (diff)
parentcc5b59d0397b8535c2c5c528ca68c626617b4fd7 (diff)
downloadmongo-d56476de123cd7c5bfced2ee50072dd5156a7ad8.tar.gz
Merge branch 'develop' into mongodb-2.8mongodb-2.8-rc5
Diffstat (limited to 'src/lsm/lsm_cursor.c')
-rw-r--r--src/lsm/lsm_cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lsm/lsm_cursor.c b/src/lsm/lsm_cursor.c
index 52bd3e9373d..0d44b16d85c 100644
--- a/src/lsm/lsm_cursor.c
+++ b/src/lsm/lsm_cursor.c
@@ -171,8 +171,6 @@ __clsm_enter(WT_CURSOR_LSM *clsm, int reset, int update)
lsm_tree->nchunks != 0)
goto open;
- WT_RET(__wt_cache_full_check(session));
-
if (clsm->dsk_gen != lsm_tree->dsk_gen &&
lsm_tree->nchunks != 0)
goto open;