0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2010-11-21 01:52:10 -05:00
parent e869a8e02c
commit c77901134c

View File

@ -15,7 +15,7 @@ res = db.runCommand(
out: "mr_comments_out"
});
printjson( res );
res.drop()
res = db.runCommand(
{ mapreduce : "mr_comments",
@ -26,3 +26,4 @@ res = db.runCommand(
out: "mr_comments_out"
});
printjson( res );
res.drop()