summaryrefslogtreecommitdiff
path: root/s/commands_public.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-08-23 13:20:29 -0400
committerEliot Horowitz <eliot@10gen.com>2010-08-23 13:20:29 -0400
commit10c01ce576cd820188096f456afe4650d97547ce (patch)
treed39284fde5dd2570b7d324d636594e8ef069bc89 /s/commands_public.cpp
parentb431221c305055b02e28d5752fa1251d19ad63db (diff)
downloadmongo-10c01ce576cd820188096f456afe4650d97547ce.tar.gz
sharded m/r supports scope SERVER-1663
Diffstat (limited to 's/commands_public.cpp')
-rw-r--r--s/commands_public.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/s/commands_public.cpp b/s/commands_public.cpp
index 45874531e8b..4459577c395 100644
--- a/s/commands_public.cpp
+++ b/s/commands_public.cpp
@@ -745,6 +745,7 @@ namespace mongo {
fn == "reduce" ||
fn == "query" ||
fn == "sort" ||
+ fn == "scope" ||
fn == "verbose" ){
b.append( e );
}