summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_access_method.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/s2_access_method.cpp')
-rw-r--r--src/mongo/db/index/s2_access_method.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/index/s2_access_method.cpp b/src/mongo/db/index/s2_access_method.cpp
index e59485fb7e2..b1c0fdcbe2a 100644
--- a/src/mongo/db/index/s2_access_method.cpp
+++ b/src/mongo/db/index/s2_access_method.cpp
@@ -149,6 +149,7 @@ void S2AccessMethod::doGetKeys(OperationContext* opCtx,
keys,
multikeyPaths,
getSortedDataInterface()->getKeyStringVersion(),
+ context,
getSortedDataInterface()->getOrdering(),
id);
}