summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/txn/txn_ckpt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/txn/txn_ckpt.c b/src/txn/txn_ckpt.c
index 089237d79e3..89fb8905653 100644
--- a/src/txn/txn_ckpt.c
+++ b/src/txn/txn_ckpt.c
@@ -555,6 +555,9 @@ __txn_checkpoint(WT_SESSION_IMPL *session, const char *cfg[])
/* Reset the maximum page size seen by eviction. */
conn->cache->evict_max_page_size = 0;
+ /* Initialize the verbose tracking timer */
+ WT_ERR(__wt_epoch(session, &verb_timer));
+
/*
* Update the global oldest ID so we do all possible cleanup.
*