diff options
author | Judah Schvimer <judah@mongodb.com> | 2018-10-19 10:47:04 -0400 |
---|---|---|
committer | Judah Schvimer <judah@mongodb.com> | 2018-10-19 10:47:04 -0400 |
commit | 79891b6a82a9c65f7314a2c0c138f703559f1a36 (patch) | |
tree | e9dbd003060ea54e26f0f91e679ec5f2f5a0096e /src | |
parent | b6369bcb52320d8f73e0d654cbec952180dd269a (diff) | |
download | mongo-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.cpp | 1 |
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}}; |