summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_tiered.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-04-22 09:42:48 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-04-22 00:29:31 +0000
commita73671c2597429aaed26251bd6dc4a35f40b41a2 (patch)
treed088f54abb819fafd8ee1dea29ca3e4da61611b2 /src/third_party/wiredtiger/src/conn/conn_tiered.c
parentce33b7c241aa957ac2dd3e5b073532b5a9c4ee0e (diff)
downloadmongo-a73671c2597429aaed26251bd6dc4a35f40b41a2.tar.gz
Import wiredtiger: 19af50ae16f2047c580ab4d3d292475a8a4b8c22 from branch mongodb-5.0
ref: ba88c91101..19af50ae16 for: 5.0.0 WT-7133 Fix bug in stat collection when target pages are reduced due to high HS cache pressure WT-7365 Change the configuration file format WT-7373 Improve slow random cursor operations on oplog WT-7410 Split session flags into two to accommodate more session flags in future
Diffstat (limited to 'src/third_party/wiredtiger/src/conn/conn_tiered.c')
-rw-r--r--src/third_party/wiredtiger/src/conn/conn_tiered.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/conn/conn_tiered.c b/src/third_party/wiredtiger/src/conn/conn_tiered.c
index 9771cced268..4b8cace9f2f 100644
--- a/src/third_party/wiredtiger/src/conn/conn_tiered.c
+++ b/src/third_party/wiredtiger/src/conn/conn_tiered.c
@@ -316,7 +316,7 @@ __wt_tiered_storage_create(WT_SESSION_IMPL *session, const char *cfg[], bool rec
/* Set first, the thread might run before we finish up. */
FLD_SET(conn->server_flags, WT_CONN_SERVER_TIERED);
- WT_ERR(__wt_open_internal_session(conn, "storage-server", true, 0, &conn->tiered_session));
+ WT_ERR(__wt_open_internal_session(conn, "storage-server", true, 0, 0, &conn->tiered_session));
session = conn->tiered_session;
WT_ERR(__wt_cond_alloc(session, "storage server", &conn->tiered_cond));