diff options
author | David Storch <david.storch@10gen.com> | 2014-09-12 10:15:41 -0400 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2014-09-18 07:42:31 -0400 |
commit | b05a745cd74c4879a08f804b2582900a33786a57 (patch) | |
tree | be28d7f91670f7b457dc8299fa2717f0749f0345 /jstests/slow2 | |
parent | ebae193cfdc69cc0da9b5e417a97215747a6248a (diff) | |
download | mongo-b05a745cd74c4879a08f804b2582900a33786a57.tar.gz |
SERVER-15230 explain find via the 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 a5e12ac75e3..985a8d24b21 100644 --- a/jstests/slow2/sharding_jscore_passthrough.js +++ b/jstests/slow2/sharding_jscore_passthrough.js @@ -106,6 +106,7 @@ files.forEach(function(x) { 'dbadmin|' + 'error1|' + 'explain_count|' + // TODO: allow passthrough once explain is implemented on mongos + 'explain_find|' + // TODO: allow passthrough once explain is implemented on mongos 'fsync|' + 'fsync2|' + 'geo.*|' + |