diff options
author | Hugh Tong <hugh.tong@mongodb.com> | 2022-09-09 20:46:33 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-09-09 22:07:25 +0000 |
commit | 18c39bc1e395412f1aa69d98a1ac1e39bfa48d9b (patch) | |
tree | d119a012df791d7a9f8b532a798cef6138a7fe66 /src/mongo/db/dbhelpers.h | |
parent | dcee93e444e5b6a96d73ed08eb6afacc41ccda82 (diff) | |
download | mongo-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.h | 1 |
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, |