diff options
author | Matthew Russotto <matthew.russotto@10gen.com> | 2017-08-22 08:41:58 -0400 |
---|---|---|
committer | Matthew Russotto <matthew.russotto@10gen.com> | 2017-08-22 08:42:18 -0400 |
commit | 625b72ef1e73796518533bb37c7440390f2689d8 (patch) | |
tree | af1addff25d39e4e64f376004acada28552de5fe /src/mongo/db/pipeline/document_sources.idl | |
parent | dfc7ec9adbcc6f04ad9461646ff3718400bfe901 (diff) | |
download | mongo-625b72ef1e73796518533bb37c7440390f2689d8.tar.gz |
SERVER-29504 Support resumeAfter behavior for shard servers
Diffstat (limited to 'src/mongo/db/pipeline/document_sources.idl')
-rw-r--r-- | src/mongo/db/pipeline/document_sources.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_sources.idl b/src/mongo/db/pipeline/document_sources.idl index 53c7f144e57..52f6803f69b 100644 --- a/src/mongo/db/pipeline/document_sources.idl +++ b/src/mongo/db/pipeline/document_sources.idl @@ -73,7 +73,7 @@ structs: should return a full document or just changes for an update. - DocumentSourceCheckResumeTokenSpec: + DocumentSourceEnsureResumeTokenPresentSpec: description: A document used to specify the internal stage which checks the presence of the resume token. fields: |