summaryrefslogtreecommitdiff
path: root/jstests/distinct_index1.js
Commit message (Expand)AuthorAgeFilesLines
* 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