summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregate_command.idl
diff options
context:
space:
mode:
authorArun Banala <arun.banala@mongodb.com>2022-04-21 17:38:00 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-28 10:17:50 +0000
commitae0241b7e9f6ce79d4cc2e8141d5ba88178369c8 (patch)
treeb4d734bc77a5a571083b2e9e96c5e38a233eaffd /src/mongo/db/pipeline/aggregate_command.idl
parent782e90f7ae48b583c0a33d555286ef035f35e396 (diff)
downloadmongo-ae0241b7e9f6ce79d4cc2e8141d5ba88178369c8.tar.gz
SERVER-64970 Start generating new v2 resume token format for all events by default
Diffstat (limited to 'src/mongo/db/pipeline/aggregate_command.idl')
-rw-r--r--src/mongo/db/pipeline/aggregate_command.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/aggregate_command.idl b/src/mongo/db/pipeline/aggregate_command.idl
index b84513a30e6..03637da1041 100644
--- a/src/mongo/db/pipeline/aggregate_command.idl
+++ b/src/mongo/db/pipeline/aggregate_command.idl
@@ -261,7 +261,6 @@ commands:
cpp_name: passthroughToShard
optional: true
unstable: true
- # TODO SERVER-65370: after 6.0, $_generateV2ResumeTokens should be assumed true if absent.
# TODO SERVER-65369: $_generateV2ResumeTokens can be removed after 7.0.
$_generateV2ResumeTokens:
description: "Internal parameter to signal whether v2 resume tokens should be generated."