summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2013-10-21 10:55:26 -0400
committerKeith Bostic <keith@wiredtiger.com>2013-10-21 10:55:26 -0400
commita09b9b7ceb97821e8849f39b7b138f5e6d426916 (patch)
treeaec655e7c73c93f719f6ae8300a410e7430bfa28
parentdcdfa3988ddae1de7d31bbc358cf8d65c2a2a035 (diff)
downloadmongo-a09b9b7ceb97821e8849f39b7b138f5e6d426916.tar.gz
thread opens statistics cursors so we have to configure statistics in
the wiredtiger_open call.
-rw-r--r--test/thread/t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/thread/t.c b/test/thread/t.c
index d1d21f1564b..07e0695e35f 100644
--- a/test/thread/t.c
+++ b/test/thread/t.c
@@ -163,7 +163,7 @@ wt_connect(char *config_open)
char config[128];
snprintf(config, sizeof(config),
- "create,error_prefix=\"%s\",cache_size=5MB%s%s",
+ "create,statistics=(all),error_prefix=\"%s\",cache_size=5MB%s%s",
progname,
config_open == NULL ? "" : ",",
config_open == NULL ? "" : config_open);