summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbdirectclient.h
diff options
context:
space:
mode:
authorUladzimir Makouski <uladzimir.makouski@mongodb.com>2023-02-23 15:58:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-23 21:54:43 +0000
commitd0a2fb82f0560050a8023e8276ac3d5253206d36 (patch)
tree7d588b814efc47bc1f4d5169f2a2c6ae7f25631a /src/mongo/db/dbdirectclient.h
parent5c57a8874e277424a3b993b14c04be60d25b6742 (diff)
downloadmongo-d0a2fb82f0560050a8023e8276ac3d5253206d36.tar.gz
Revert "SERVER-73189 Change DbClient runCommandWithTarget to take in a DatabaseName object"
This reverts commit 26ab9caac209c31ab6b51a71e241699e12875833.
Diffstat (limited to 'src/mongo/db/dbdirectclient.h')
-rw-r--r--src/mongo/db/dbdirectclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h
index c0f5bf23400..c7cbc783e51 100644
--- a/src/mongo/db/dbdirectclient.h
+++ b/src/mongo/db/dbdirectclient.h
@@ -90,7 +90,8 @@ public:
int options = 0,
int limit = 0,
int skip = 0,
- boost::optional<BSONObj> readConcernObj = boost::none) override;
+ boost::optional<BSONObj> readConcernObj = boost::none,
+ const boost::optional<TenantId>& dollarTenant = boost::none) override;
ConnectionString::ConnectionType type() const override;