summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_entry.idl
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <aa729@cornell.edu>2022-09-19 18:10:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-19 19:11:26 +0000
commit14794d91aa3d1aa618de891f99abe0fa9f603a21 (patch)
treea2cc5c5b07ad3db8ecb9bb962280b8e9ef6e5496 /src/mongo/db/repl/oplog_entry.idl
parent8356c555ca119bf08b6c476c5a119c2a3364ec89 (diff)
downloadmongo-14794d91aa3d1aa618de891f99abe0fa9f603a21.tar.gz
SERVER-67155: serialize and deserialize namespaceString correctly
Diffstat (limited to 'src/mongo/db/repl/oplog_entry.idl')
-rw-r--r--src/mongo/db/repl/oplog_entry.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog_entry.idl b/src/mongo/db/repl/oplog_entry.idl
index ed433979f7b..af75666591d 100644
--- a/src/mongo/db/repl/oplog_entry.idl
+++ b/src/mongo/db/repl/oplog_entry.idl
@@ -60,7 +60,7 @@ enums:
kPostImage: "postImage"
structs:
- # TODO SERVER-67155 Ensure the tenantId is included in the serialized "ns" field when
+ # TODO SERVER-69499 Ensure the tenantId is included in the serialized "ns" field when
# multitenancySupport is on but featureFlagRequireTenantId is off. Currently it will not be
# included in either place
DurableReplOperation: