summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_change_stream.h
diff options
context:
space:
mode:
authorMatt Walak <matt.walak@mongodb.com>2021-07-14 17:20:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-07-20 14:49:32 +0000
commit90ad147363889be0f01c4668dda6323cb7ab8eb2 (patch)
treec3ee241c123af2a8f1cb88e6533b5325efa1c0e5 /src/mongo/db/pipeline/document_source_change_stream.h
parentfb997c3b3508826abe3c5812e69138aa1e943a27 (diff)
downloadmongo-90ad147363889be0f01c4668dda6323cb7ab8eb2.tar.gz
SERVER-50637 Expose reshardDoneCatchUp no-op oplog entry as change event
Diffstat (limited to 'src/mongo/db/pipeline/document_source_change_stream.h')
-rw-r--r--src/mongo/db/pipeline/document_source_change_stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/document_source_change_stream.h b/src/mongo/db/pipeline/document_source_change_stream.h
index 6fb083f0f9e..35247ef07ea 100644
--- a/src/mongo/db/pipeline/document_source_change_stream.h
+++ b/src/mongo/db/pipeline/document_source_change_stream.h
@@ -166,6 +166,7 @@ public:
static constexpr StringData kDropDatabaseOpType = "dropDatabase"_sd;
static constexpr StringData kInvalidateOpType = "invalidate"_sd;
static constexpr StringData kReshardBeginOpType = "reshardBegin"_sd;
+ static constexpr StringData kReshardDoneCatchUpOpType = "reshardDoneCatchUp"_sd;
// Internal op type to signal mongos to open cursors on new shards.
static constexpr StringData kNewShardDetectedOpType = "kNewShardDetected"_sd;