summaryrefslogtreecommitdiff
path: root/dbtests/cursortests.cpp
Commit message (Expand)AuthorAgeFilesLines
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-305/+0
* elim some warningsdwight2011-09-141-1/+1
* try compile windowsAaron2011-07-311-1/+1
* SERVER-3448 prevent excessive scanning in BtreeCursor functionsAaron2011-07-311-0/+26
* make a noreturn version of insert, would be faster unless cmopiler is very sm...dwight2011-05-241-1/+1
* compileEliot Horowitz2011-05-031-1/+0
* Merge branch 'master' into mainDwight2011-05-031-8/+17
|\
| * work on new index version. dbtests stuffdwight2011-04-221-7/+10
* | clean some dbtest includesAaron2011-05-021-1/+0
* | SERVER-958 Track non single key field ranges and utilize them in query planningAaron2011-04-251-3/+4
|/
* SERVER-2245 use original IndexSpec with full attributes in FieldRangeVectorAaron2011-03-211-2/+6
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-16/+17
* compile vs2010dwight2010-07-161-4/+4
* SERVER-802 range / in skippingAaron2010-07-161-16/+155
* stdafx->pchDwight2010-04-271-1/+1
* CS-10 prevent assertion by making sure btree builder enforces >= 1 key per bu...Aaron2010-02-081-1/+1
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-3/+3
* removing dead codeEliot Horowitz2009-11-021-84/+0
* allow more indexesDwight2009-10-211-3/+3
* move the var 'database' inside Client objectDwight2009-10-141-1/+1
* some code cleanupDwight2009-10-071-4/+5
* win pre-compild headersunknown2009-09-301-0/+1
* new unit test frameworkEliot Horowitz2009-09-171-7/+5
* SERVER-100 checkpoint move index bounding code to FieldRangeSetAaron2009-09-071-3/+3
* SERVER-100 checkpoint btree cursor can take multiple rangesAaron Staple2009-08-111-1/+94
* cimpile IdSet MINOREliot Horowitz2009-07-021-0/+2
* reset shared database after each test suite MINORAaron2009-05-121-1/+1
* unit tests use same database to reduce disk usageAaron2009-05-121-1/+1
* fix size dependent IdSet tests to work on 64bit builds MINORAaron2009-05-111-19/+20
* fix compile warning MINORAaron2009-05-111-1/+1
* add cursortestsAaron2009-05-111-0/+115