summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/conn/conn_tiered.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-06-08 16:40:26 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-08 07:08:42 +0000
commitef74856bfd0fed4a001abb05a2bdd188b8b6db59 (patch)
tree7710488c9968414a77fb4dac01f2d33ee6b0bb8c /src/third_party/wiredtiger/src/conn/conn_tiered.c
parentb9272ce3feab5ca5709a5f1d01762972dd6fe7cb (diff)
downloadmongo-ef74856bfd0fed4a001abb05a2bdd188b8b6db59.tar.gz
Import wiredtiger: 5458e75c498e18999e2c5b0748b3bf8e989930c1 from branch mongodb-5.0
ref: cb5c125563..5458e75c49 for: 5.1.0 WT-7588 Make tiered object id numbers 32 bits
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 295d94783b1..ecdf10d34c3 100644
--- a/src/third_party/wiredtiger/src/conn/conn_tiered.c
+++ b/src/third_party/wiredtiger/src/conn/conn_tiered.c
@@ -228,7 +228,7 @@ __wt_tier_do_flush(
* Given an ID generate the URI names and call the flush code.
*/
int
-__wt_tier_flush(WT_SESSION_IMPL *session, WT_TIERED *tiered, uint64_t id)
+__wt_tier_flush(WT_SESSION_IMPL *session, WT_TIERED *tiered, uint32_t id)
{
WT_DECL_RET;
const char *local_uri, *obj_uri;