summaryrefslogtreecommitdiff
path: root/src/schema/schema_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema/schema_stat.c')
-rw-r--r--src/schema/schema_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/schema/schema_stat.c b/src/schema/schema_stat.c
index dea797f823d..e9439abe16f 100644
--- a/src/schema/schema_stat.c
+++ b/src/schema/schema_stat.c
@@ -90,7 +90,7 @@ __wt_curstat_table_init(WT_SESSION_IMPL *session,
if (i == 0)
*stats = *new;
else
- __wt_stat_aggregate_dsrc_stats(new, stats);
+ __wt_stat_dsrc_aggregate_single(new, stats);
WT_ERR(stat_cursor->close(stat_cursor));
}
@@ -102,7 +102,7 @@ __wt_curstat_table_init(WT_SESSION_IMPL *session,
WT_ERR(__wt_curstat_open(
session, buf->data, cfg, &stat_cursor));
new = (WT_DSRC_STATS *)WT_CURSOR_STATS(stat_cursor);
- __wt_stat_aggregate_dsrc_stats(new, stats);
+ __wt_stat_dsrc_aggregate_single(new, stats);
WT_ERR(stat_cursor->close(stat_cursor));
}