summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-09-24 14:51:27 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-09-24 14:51:27 +1000
commit7e769e35df25cb4597af963760f943ed1e441afb (patch)
tree0b8ca1d6209a9e9f4b8c1fffec8907f3f041b39c
parent1fd6e4181844a3d128e8f409555dfca0221d6d6c (diff)
downloadmongo-7e769e35df25cb4597af963760f943ed1e441afb.tar.gz
Remove the hard-coded LSM checkpoint config stack: use the defaults.
-rw-r--r--src/lsm/lsm_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsm/lsm_worker.c b/src/lsm/lsm_worker.c
index 383098ac53e..c8608463fb0 100644
--- a/src/lsm/lsm_worker.c
+++ b/src/lsm/lsm_worker.c
@@ -22,7 +22,7 @@ __wt_lsm_worker(void *arg)
WT_LSM_CHUNK *chunk, **chunk_array;
WT_LSM_TREE *lsm_tree;
WT_SESSION_IMPL *session;
- const char *cfg[] = { "name=,drop=", NULL };
+ const char *cfg[] = API_CONF_DEFAULTS(session, checkpoint, NULL);
size_t chunk_alloc;
int i, nchunks, progress;