summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/window_function/spillable_cache_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/window_function/spillable_cache_test.cpp')
-rw-r--r--src/mongo/db/pipeline/window_function/spillable_cache_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/window_function/spillable_cache_test.cpp b/src/mongo/db/pipeline/window_function/spillable_cache_test.cpp
index 7599842de57..21f40b353c7 100644
--- a/src/mongo/db/pipeline/window_function/spillable_cache_test.cpp
+++ b/src/mongo/db/pipeline/window_function/spillable_cache_test.cpp
@@ -56,7 +56,7 @@ public:
std::vector<Record>* records,
const std::vector<Timestamp>& ts) const override {
- writeConflictRetry(expCtx->opCtx, "MPI::writeRecordsToRecordStore", expCtx->ns.ns(), [&] {
+ writeConflictRetry(expCtx->opCtx, "MPI::writeRecordsToRecordStore", expCtx->ns, [&] {
AutoGetCollection autoColl(expCtx->opCtx, expCtx->ns, MODE_IX);
WriteUnitOfWork wuow(expCtx->opCtx);
auto writeResult = rs->insertRecords(expCtx->opCtx, records, ts);