summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
authorHugh Tong <hugh.tong@mongodb.com>2022-09-09 20:46:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-09 22:07:25 +0000
commit18c39bc1e395412f1aa69d98a1ac1e39bfa48d9b (patch)
treed119a012df791d7a9f8b532a798cef6138a7fe66 /src/mongo/db/dbhelpers.h
parentdcee93e444e5b6a96d73ed08eb6afacc41ccda82 (diff)
downloadmongo-18c39bc1e395412f1aa69d98a1ac1e39bfa48d9b.tar.gz
SERVER-62393 Apply CRUD ops using correct tenant namespace during oplog application
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r--src/mongo/db/dbhelpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h
index 047aa9f8534..c4741ffba17 100644
--- a/src/mongo/db/dbhelpers.h
+++ b/src/mongo/db/dbhelpers.h
@@ -87,6 +87,7 @@ struct Helpers {
*
* Returns true if a matching document was found.
*/
+ // TODO SERVER-69541 pass in NamespaceString object instead
static bool findById(OperationContext* opCtx,
StringData ns,
BSONObj query,