summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2020-09-16 16:34:30 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-16 21:42:55 +0000
commitb0f66da822b0771a7a00539fc5935647740425ca (patch)
tree7d54dd154669c77333cce9cae9e07b6fbf1fe992 /src/mongo/db/repl/oplog_entry.idl
parent59d2c5a278c4717ab22f412663431cf2de8266d1 (diff)
downloadmongo-b0f66da822b0771a7a00539fc5935647740425ca.tar.gz
SERVER-49891: Create and test the resharding oplog fetching aggregation pipeline.
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index 7a229b3dd07..86fa9f039d3 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -129,8 +129,8 @@ structs:
cpp_name: _id
type: Value
optional: true
- description: "Used by tests in replication and also by resharding to store
- timestamps."
+ description: "Used by tests in replication and also by production resharding code to
+ store timestamps."
stmtId:
cpp_name: statementId
type: StmtId