> use p
switched to db p
> for(i=0;i<10;i++){db.q.insert(
);}
> db.q.find().limit(2).count()
10
> db.q.find().limit(2).count(true)
10
The second one should be 2.
> use p
switched to db p
> for(i=0;i<10;i++){db.q.insert(
);}
> db.q.find().limit(2).count()
10
> db.q.find().limit(2).count(true)
10
The second one should be 2.