summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c b/src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c
index 42322a8d1e0..2542892a163 100644
--- a/src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt4891_meta_ckptlist_get_alloc/main.c
@@ -52,7 +52,7 @@ main(int argc, char *argv[])
testutil_make_work_dir(opts->home);
- testutil_check(wiredtiger_open(opts->home, NULL, "create", &opts->conn));
+ testutil_check(wiredtiger_open(opts->home, NULL, "create,statistics=(all)", &opts->conn));
testutil_check(opts->conn->open_session(opts->conn, NULL, NULL, &session));