summaryrefslogtreecommitdiff
path: root/jstests/mr_comments.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-11-21 13:39:14 -0500
committerEliot Horowitz <eliot@10gen.com>2010-11-21 13:39:14 -0500
commit33c79655ab44085865b2210a4196978449140f38 (patch)
treee0dbf541a1179938d01b1a771bb1565e368c5e48 /jstests/mr_comments.js
parentce28849411d0436c25e7f3d1c32669655919a02f (diff)
downloadmongo-33c79655ab44085865b2210a4196978449140f38.tar.gz
fix mr temp collection handling with no results
Diffstat (limited to 'jstests/mr_comments.js')
-rw-r--r--jstests/mr_comments.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/mr_comments.js b/jstests/mr_comments.js
index 2962abc5599..77e0f75faa1 100644
--- a/jstests/mr_comments.js
+++ b/jstests/mr_comments.js
@@ -15,7 +15,6 @@ res = db.runCommand(
out: "mr_comments_out"
});
printjson( res );
-db[res.results].drop()
res = db.runCommand(
{ mapreduce : "mr_comments",
@@ -26,5 +25,4 @@ res = db.runCommand(
out: "mr_comments_out"
});
printjson( res );
-db[res.results].drop()