summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2020-08-17 14:22:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-26 17:14:55 +0000
commita60b31413da02569d9e6e682da3ebf0ae6cc4107 (patch)
tree2a69e66e582e93df7c6cc11ae8d550b819786032 /src/mongo/db/repl/oplog_entry.idl
parentfff906108611c79956cd5bd7dc68aada59eff361 (diff)
downloadmongo-a60b31413da02569d9e6e682da3ebf0ae6cc4107.tar.gz
SERVER-50117 Add resumeToken and pre/post image oplog tests for createAggForReshardingOplogBuffer
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index 5147eb9dfe0..7a229b3dd07 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -34,6 +34,7 @@ global:
imports:
- "mongo/idl/basic_types.idl"
- "mongo/db/logical_session_id.idl"
+ - "mongo/db/pipeline/value.idl"
- "mongo/db/repl/optime_and_wall_time_base.idl"
- "mongo/db/repl/replication_types.idl"
- "mongo/s/sharding_types.idl"
@@ -125,9 +126,11 @@ structs:
description: "Contains the UUID of a tenant migration for an operation caused by
one."
_id:
- type: objectid
+ cpp_name: _id
+ type: Value
optional: true
- description: "An optional _id field for tests that manually insert oplog entries"
+ description: "Used by tests in replication and also by resharding to store
+ timestamps."
stmtId:
cpp_name: statementId
type: StmtId