summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_stat.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_stat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_stat.c b/src/third_party/wiredtiger/src/conn/conn_stat.c
index 425d824e756..d39d55810a8 100644
--- a/src/third_party/wiredtiger/src/conn/conn_stat.c
+++ b/src/third_party/wiredtiger/src/conn/conn_stat.c
@@ -117,8 +117,9 @@ __statlog_config(WT_SESSION_IMPL *session, const char **cfg, bool *runp)
sources = NULL;
}
- WT_ERR(__wt_config_gets(session, cfg, "statistics_log.path", &cval));
- WT_ERR(__wt_nfilename(session, cval.str, cval.len, &conn->stat_path));
+ __wt_free(session, conn->stat_path);
+ WT_ERR(__wt_filename(
+ session, "WiredTigerStat.%d.%H", &conn->stat_path));
WT_ERR(__wt_config_gets(
session, cfg, "statistics_log.timestamp", &cval));