summaryrefslogtreecommitdiff
path: root/jstests/distinct_index1.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-10026 SERVER-13271 SERVER-12878 SERVER-2094 avoid surplus projections ...Hari Khalsa2014-03-191-1/+1
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-03-031-0/+72
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-72/+0
* SERVER-12525 set cursor name for OR stageBenety Goh2014-02-051-0/+10
* SERVER-2094 fast distinct when field is indexed and query is fully coveredHari Khalsa2014-01-231-15/+13
* Revert "SERVER-2094 distinct only wants the field it's distinct-ing over"Hari Khalsa2014-01-171-2/+10
* SERVER-2094 distinct only wants the field it's distinct-ing overHari Khalsa2014-01-171-10/+2
* SERVER-10026 migrate count/distinct/group/delete, turn spigot fully onHari Khalsa2013-10-241-4/+8
* disable distinct index1 check temporarily - exact value doesn't matterAaron2011-06-151-1/+2
* Implement indexKeyPattern in additional cursors, now that it is required in m...Aaron2011-06-151-0/+9
* disinct can pull data from indexes and will choose an index to use if sensibl...Eliot Horowitz2010-11-141-17/+24
* if key is in index, use it for distinct SERVER-1673Eliot Horowitz2010-11-141-5/+20
* prep work for distinct w/indexes SERVER-1673Eliot Horowitz2010-11-141-0/+28