summaryrefslogtreecommitdiff
path: root/test/format/wts.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-09-23 07:56:04 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-09-23 07:56:04 -0400
commitb16a0e1a875d43f904ce034a3b275480eb0aa877 (patch)
tree2171c14678fa2c80694851be54ae37e0bc9b183d /test/format/wts.c
parentd4fb0ae1596295d0a2624aa7d7cc1da43294339b (diff)
downloadmongo-b16a0e1a875d43f904ce034a3b275480eb0aa877.tar.gz
The merge_threads configuration option has been replaced by
lsm_manager=(worker_thread_max), make format configuration naming match.
Diffstat (limited to 'test/format/wts.c')
-rw-r--r--test/format/wts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/wts.c b/test/format/wts.c
index d443077d63f..5991739c9ce 100644
--- a/test/format/wts.c
+++ b/test/format/wts.c
@@ -99,7 +99,7 @@ wts_open(const char *home, int set_api, WT_CONNECTION **connp)
"[\"%s\", \"%s\", \"%s\", \"%s\", \"%s\", \"%s\"],"
"%s,%s",
g.c_cache,
- g.c_merge_threads,
+ g.c_lsm_worker_threads,
g.progname,
g.c_data_extend ? "file_extend=(data=8MB)" : "",
g.c_logging ? "log=(enabled=true)" : "",