Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
-
Build A (10/09/15), Build B (10/30/15), Build C (11/20/15)
Description
Count issued in shell
assert.eq(10, t.count({_id:{$exists:true}},{readConcern:{level:"majority"}}));
|
Object passed to runCommand:
{
|
"count" : "readMajority",
|
"query" : {
|
"_id" : {
|
"$exists" : true
|
}
|
},
|
"fields" : {
|
|
}
|
}
|
Attachments
Issue Links
- is documented by
-
DOCS-6486 .readConcern() shell helper for db.collection.find() and .count()
-
- Closed
-