summaryrefslogtreecommitdiff
path: root/jstests/core/explain_count.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33287 tag jstests that use commands which return inaccurate results af...Samy Lanka2018-04-061-0/+2
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-301-8/+46
* Revert 0c082a81047cee66821e295d02e3588f7934ff64: SERVER-3645Ian Boros2018-03-261-46/+8
* SERVER-33666 Make $geoNear stage and geoNear command support readConcern leve...James Wahlin2018-03-211-1/+1
* SERVER-3645 make count() with a predicate accurate on sharded clustersIan Boros2018-03-211-9/+48
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-141-43/+17
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-7/+11
* SERVER-23064 COUNT_SCAN query execution stage does not report index bounds in...David Hatch2016-06-101-0/+21
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-18/+16
* SERVER-14102 implement the explain command on mongosDavid Storch2014-10-011-3/+14
* SERVER-14098 add CountStageDavid Storch2014-09-101-0/+110