summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/service_entry_point_common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/service_entry_point_common.cpp b/src/mongo/db/service_entry_point_common.cpp
index 0dcb4b89dbe..7427a07bb81 100644
--- a/src/mongo/db/service_entry_point_common.cpp
+++ b/src/mongo/db/service_entry_point_common.cpp
@@ -124,7 +124,6 @@ const StringMap<int> sessionCommandAutomaticCheckOutWhiteList = {
{"group", 1},
{"insert", 1},
{"killCursors", 1},
- {"mapReduce", 1},
{"prepareTransaction", 1},
{"refreshLogicalSessionCacheNow", 1},
{"update", 1}};