summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJudah Schvimer <judah@mongodb.com>2018-10-19 10:47:04 -0400
committerJudah Schvimer <judah@mongodb.com>2018-10-19 10:47:04 -0400
commit79891b6a82a9c65f7314a2c0c138f703559f1a36 (patch)
treee9dbd003060ea54e26f0f91e679ec5f2f5a0096e /src
parentb6369bcb52320d8f73e0d654cbec952180dd269a (diff)
downloadmongo-79891b6a82a9c65f7314a2c0c138f703559f1a36.tar.gz
SERVER-37569 prevent map-reduce from checking out a session
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}};