summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr.h
diff options
context:
space:
mode:
authorJames Wahlin <james.wahlin@10gen.com>2016-03-16 10:48:19 -0400
committerJames Wahlin <james.wahlin@10gen.com>2016-03-21 16:16:20 -0400
commit200b4f971b021f792194489c8ffbc95b9f9cba35 (patch)
tree44b261a4c52274ee7664de880af5ee9eda4f4c46 /src/mongo/db/commands/mr.h
parent312062eeadd163f1877d7cb466a10183b5af2f01 (diff)
downloadmongo-200b4f971b021f792194489c8ffbc95b9f9cba35.tar.gz
SERVER-23097 Improve killed executor handling in MapReduce
Diffstat (limited to 'src/mongo/db/commands/mr.h')
-rw-r--r--src/mongo/db/commands/mr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/mr.h b/src/mongo/db/commands/mr.h
index 8bc4264794e..04b5f12a661 100644
--- a/src/mongo/db/commands/mr.h
+++ b/src/mongo/db/commands/mr.h
@@ -372,7 +372,7 @@ public:
void switchMode(bool jsMode);
void bailFromJS();
- Collection* getCollectionOrUassert(Database* db, StringData ns);
+ static Collection* getCollectionOrUassert(Database* db, StringData ns);
const Config& _config;
DBDirectClient _db;