diff options
author | Keith Bostic <keith@wiredtiger.com> | 2013-10-21 10:55:26 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2013-10-21 10:55:26 -0400 |
commit | a09b9b7ceb97821e8849f39b7b138f5e6d426916 (patch) | |
tree | aec655e7c73c93f719f6ae8300a410e7430bfa28 /test/thread/t.c | |
parent | dcdfa3988ddae1de7d31bbc358cf8d65c2a2a035 (diff) | |
download | mongo-a09b9b7ceb97821e8849f39b7b138f5e6d426916.tar.gz |
thread opens statistics cursors so we have to configure statistics in
the wiredtiger_open call.
Diffstat (limited to 'test/thread/t.c')
-rw-r--r-- | test/thread/t.c | 2 |
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); |