diff options
author | David Storch <david.storch@10gen.com> | 2015-04-13 13:46:28 -0400 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2015-05-21 17:36:14 -0400 |
commit | 920a48f1ed334efde197cc52c8385ea38c03351e (patch) | |
tree | 18e09c34b668e773dc95d7c7f7367e6b174f1c1a /jstests/slow2 | |
parent | 707654e4bb97b02d9d96697c0d3d5005960f1f92 (diff) | |
download | mongo-920a48f1ed334efde197cc52c8385ea38c03351e.tar.gz |
SERVER-17577 query planner now makes use of separate limit and batchSize fields in find command
Diffstat (limited to 'jstests/slow2')
-rw-r--r-- | jstests/slow2/sharding_jscore_passthrough.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/slow2/sharding_jscore_passthrough.js b/jstests/slow2/sharding_jscore_passthrough.js index 04bcd73235c..63762ae1e48 100644 --- a/jstests/slow2/sharding_jscore_passthrough.js +++ b/jstests/slow2/sharding_jscore_passthrough.js @@ -89,6 +89,7 @@ var db; 'unix_socket\\d*|' + // TODO: SERVER-17284 remove once find cmd is // implemented in mongos + 'find_getmore_cmd|' + 'read_after_optime' + ')\.js$'); |