summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_handle.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_handle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_handle.c b/src/third_party/wiredtiger/src/conn/conn_handle.c
index 28864d2f4ec..db2b085e8c5 100644
--- a/src/third_party/wiredtiger/src/conn/conn_handle.c
+++ b/src/third_party/wiredtiger/src/conn/conn_handle.c
@@ -83,6 +83,9 @@ __wt_connection_init(WT_CONNECTION_IMPL *conn)
TAILQ_INIT(&conn->blockhash[i]); /* Block handle hash lists */
TAILQ_INIT(&conn->blockqh); /* Block manager list */
+ conn->ckpt_prep_min = UINT64_MAX;
+ conn->ckpt_time_min = UINT64_MAX;
+
return (0);
}