summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorseanzimm <sean.zimmerman@mongodb.com>2023-05-02 19:03:06 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-02 20:31:13 +0000
commit63cc48d21b065e8ed09d672b5af6f8a69cec0dba (patch)
treec2f4dd6461f6e711b1aa5dedf9f39f28a8da609f /src/mongo/db/namespace_string.h
parentc8404ce61457363daa0b225e4195af38b5d59dd6 (diff)
downloadmongo-63cc48d21b065e8ed09d672b5af6f8a69cec0dba.tar.gz
SERVER-72187 Support Tenant ID on bulkWrite
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 9521bb9d874..d45198573d6 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -337,7 +337,7 @@ public:
* Constructs a NamespaceString representing a BulkWrite namespace. The format for this
* namespace is admin.$cmd.bulkWrite".
*/
- static NamespaceString makeBulkWriteNSS();
+ static NamespaceString makeBulkWriteNSS(const boost::optional<TenantId>& tenantId);
/**
* Constructs the oplog buffer NamespaceString for the given migration id for movePrimary op.