summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/txn/txn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/txn/txn.c')
-rw-r--r--src/third_party/wiredtiger/src/txn/txn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/txn/txn.c b/src/third_party/wiredtiger/src/txn/txn.c
index d5e277f41ce..d4a535cce49 100644
--- a/src/third_party/wiredtiger/src/txn/txn.c
+++ b/src/third_party/wiredtiger/src/txn/txn.c
@@ -2378,6 +2378,7 @@ __wt_txn_global_shutdown(WT_SESSION_IMPL *session, const char **cfg)
* before shutting down all the subsystems. We have shut down all user sessions, but send in
* true for waiting for internal races.
*/
+ F_SET(conn, WT_CONN_CLOSING_CHECKPOINT);
WT_TRET(__wt_config_gets(session, cfg, "use_timestamp", &cval));
ckpt_cfg = "use_timestamp=false";
if (cval.val != 0) {