summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorjannaerin <golden.janna@gmail.com>2022-10-27 04:31:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-27 16:59:12 +0000
commit6fc0fceb929a37f34882b52bdc59a5c3aa63716f (patch)
tree5640ae3721f195af4366a4ab8967652f26166e2b /src/mongo/db/curop.h
parent734191d9d0c5225ec4ca9309068cf3c04c445c74 (diff)
downloadmongo-6fc0fceb929a37f34882b52bdc59a5c3aa63716f.tar.gz
SERVER-70053 Serialize and deserialize DatabaseName correctly in multitenancy mode
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 9cccd05d9ff..9f83bd92cf1 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -705,9 +705,7 @@ public:
* 'opDescription' must be either an owned BSONObj or guaranteed to outlive the OperationContext
* it is associated with.
*/
- void setOpDescription_inlock(const BSONObj& opDescription) {
- _opDescription = opDescription;
- }
+ void setOpDescription_inlock(const BSONObj& opDescription);
/**
* Sets the original command object.