summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/namespacetests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6405: move dropCollection into DatabaseEliot Horowitz2013-09-191-4/+1
* Clean up #includes to conform with coding standardDan Pasette2013-07-241-2/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-1/+1
* Namespace is only for storage, making it clearerEliot Horowitz2013-07-081-6/+6
* SERVER-6405: first step of cleaning NamespaceDetailsEliot Horowitz2013-06-141-20/+20
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-58/+131
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-021-88/+27
* SERVER-9212 SERVER-8791 kill newCursor and suitability, centralize latterHari Khalsa2013-04-231-43/+44
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-66/+92
* SERVER-8790 Make paddingFactor type explicit for 32 bit rhel buildbot.aaron2013-03-151-3/+4
* SERVER-5848 Additional tests.aaron2013-03-151-12/+549
* SERVER-7159 Unit tests for record size quantization and record allocation.aaron2013-03-151-0/+362
* Make the IndexSpec::missingField() implementation IndexType specific, and use...aaron2013-03-041-0/+58
* SERVER-7730: make quntization above 4mb idempotent, added dbtestBen Becker2012-12-271-0/+73
* SERVER-5848 ammend c++ unit tests for new suitability methodKevin Matulef2012-12-181-12/+11
* SERVER-5848 Disable tests temporarily (fix compile).Alberto Lerner2012-12-181-12/+12
* SERVER-2771 Multiple index buildsKristina2012-12-131-1/+36
* SERVER-4180 Remove optional arguments to FieldRange and FieldRangeSet constru...Aaron2012-06-091-1/+1
* SERVER-6021 Move initialization out of ForwardCappedCursor's constructor.Aaron2012-06-071-4/+4
* Remove NamespaceDetailsTransient::setIndexMultikey() and directly call clearQ...Aaron2012-04-191-4/+4
* SERVER-5301 Store CandidatePlanCharacter in the query plan cache, and use its...Aaron2012-04-191-2/+3
* SERVER-5301 Clear query plan cache when an index becomes multikey.Aaron2012-04-191-1/+68
* make records in DeletedRecord privateEliot Horowitz2012-03-301-3/+3
* make fields in Record privateEliot Horowitz2012-03-301-1/+1
* Merge remote branch 'main_readonly/master'Dwight2012-03-121-0/+33
|\
| * Use lexical rather than numeric comparison when determining index suitability...Aaron2012-03-061-0/+33
* | SERVER-4328 rename classDwight2012-01-241-4/+4
* | SERVER-4328 rename dblock in dbtests/ filesdwight2012-01-241-4/+4
|/
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+1244