summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/bulk_builder_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/bulk_builder_common.h')
-rw-r--r--src/mongo/db/index/bulk_builder_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/index/bulk_builder_common.h b/src/mongo/db/index/bulk_builder_common.h
index 925fff50b0a..624e7dc1725 100644
--- a/src/mongo/db/index/bulk_builder_common.h
+++ b/src/mongo/db/index/bulk_builder_common.h
@@ -142,7 +142,7 @@ public:
try {
- writeConflictRetry(opCtx, "addingKey", _ns.ns(), [&] {
+ writeConflictRetry(opCtx, "addingKey", _ns, [&] {
WriteUnitOfWork wunit(opCtx);
static_cast<T*>(this)->insertKey(builder, data);
wunit.commit();