summaryrefslogtreecommitdiff
path: root/src/mongo/db/resumable_index_builds.idl
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2021-02-24 19:04:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-24 19:44:52 +0000
commit627acba1d70e93588f526d11170ef19b0efb74b3 (patch)
treef8a08c8121aab7a0d041fe1159e4b344feec6c82 /src/mongo/db/resumable_index_builds.idl
parent25d0ab84369a09112978d399ccc09b55b7009023 (diff)
downloadmongo-627acba1d70e93588f526d11170ef19b0efb74b3.tar.gz
SERVER-54727 fix macOS compile
Diffstat (limited to 'src/mongo/db/resumable_index_builds.idl')
-rw-r--r--src/mongo/db/resumable_index_builds.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/resumable_index_builds.idl b/src/mongo/db/resumable_index_builds.idl
index 6e940dc3c02..f27b45e3ec2 100644
--- a/src/mongo/db/resumable_index_builds.idl
+++ b/src/mongo/db/resumable_index_builds.idl
@@ -117,7 +117,7 @@ structs:
collectionScanPosition:
description: "The last record id inserted into the sorter before shutdown"
type:
- variant: [objectid, long]
+ variant: [objectid, safeInt64]
optional: true
indexes:
description: "The information needed to resume each specific index in this build"