summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/working_set_common.cpp
diff options
context:
space:
mode:
authorLouis Williams <louis.williams@mongodb.com>2020-01-30 14:52:48 +0000
committerevergreen <evergreen@mongodb.com>2020-01-30 14:52:48 +0000
commit3740db9c9166fed48b92ea5cf59c9ae061a94cf1 (patch)
tree01c2777db19c10afb28d42232112c88f7580b34f /src/mongo/db/exec/working_set_common.cpp
parent827922fd198d2dba5d5b40ac69645efdc31ace39 (diff)
downloadmongo-3740db9c9166fed48b92ea5cf59c9ae061a94cf1.tar.gz
SERVER-45351 Record all indexing errors during simultaneous index builds for later constraint checking
Diffstat (limited to 'src/mongo/db/exec/working_set_common.cpp')
-rw-r--r--src/mongo/db/exec/working_set_common.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/exec/working_set_common.cpp b/src/mongo/db/exec/working_set_common.cpp
index b95dccf286b..84b70a6835b 100644
--- a/src/mongo/db/exec/working_set_common.cpp
+++ b/src/mongo/db/exec/working_set_common.cpp
@@ -128,7 +128,8 @@ bool WorkingSetCommon::fetch(OperationContext* opCtx,
&keys,
multikeyMetadataKeys,
multikeyPaths,
- member->recordId);
+ member->recordId,
+ IndexAccessMethod::kNoopOnSuppressedErrorFn);
KeyString::HeapBuilder keyString(iam->getSortedDataInterface()->getKeyStringVersion(),
memberKey.keyData,
iam->getSortedDataInterface()->getOrdering(),