summaryrefslogtreecommitdiff
path: root/src/mongo/db/querypattern.h
Commit message (Expand)AuthorAgeFilesLines
* Move CandidatePlanCharacter to querypattern.h.Aaron2012-04-241-2/+21
* SERVER-5301 Store CandidatePlanCharacter in the query plan cache, and use its...Aaron2012-04-191-1/+5
* Add a CachedQueryPlan class for storing information about a query plan chosen...Aaron2012-04-191-0/+14
* Clean some query related includes.Aaron2012-04-061-1/+2
* SERVER-4665 simplify QueryPattern model by separating Empty from UpperAndLowe...Aaron2012-01-161-0/+1
* SERVER-4665 account for $ne bounds in QueryPatternAaron2012-01-161-1/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+78