summaryrefslogtreecommitdiff
path: root/dbtests
Commit message (Expand)AuthorAgeFilesLines
* Fix woSortOrderAaron2009-02-241-0/+9
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-241-2/+4
|\
| * Another simplifiedQuery test case; FBS stores resultAaron2009-02-241-2/+4
* | Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-241-18/+91
|\ \ | |/
| * MergeAaron2009-02-241-19/+79
| |\
| | * New query optimizer checkpoint, minus jstest changesAaron2009-02-241-18/+78
| * | field bound set simplified queryAaron2009-02-241-0/+13
* | | dropcollection now reuses spaceDwight2009-02-241-1/+1
| |/ |/|
* | Merge branch 'master' of git@github.com:mongodb/mongoDwight2009-02-231-0/+15
|\ \ | |/
| * Index objects even if don't have a field from index specAaron2009-02-231-0/+15
* | BSONObjBuilderValueStream bug fixDwight2009-02-231-1/+1
|/
* First cut of query and update using new qoAaron2009-02-231-0/+1
* Count function using new query optimizerAaron2009-02-201-1/+11
* Dummy count implementationAaron2009-02-201-54/+115
* More start/end key testingAaron2009-02-191-0/+22
* Build start and end keys checkpointAaron2009-02-191-0/+11
* Implement hints, test directionAaron2009-02-191-0/+42
* More correct definition of 'optimal'Aaron2009-02-191-0/+4
* More query plan details, choosing an optimal plan if there is oneAaron2009-02-191-13/+111
* More metadata about query planAaron2009-02-181-2/+69
* virtual dtors == goodAaron2009-02-1810-3/+16
* Some ordering logicAaron2009-02-171-7/+66
* More field boundsAaron2009-02-171-0/+192
* FieldBound workAaron2009-02-172-0/+2
* fix to properly check for dupkey with unused keysDwight2009-02-132-2/+2
* Check that applying ops doesn't produce new opsAaron2009-02-121-0/+12
* Add initial perf testsAaron2009-02-111-0/+550
* Remove loggingAaron2009-02-101-2/+0
* Make labeled subobj specs easier in c++. Now you can do BSON( "a" << GT << 4...Aaron2009-02-101-2/+82
* bsonobjbuilder cleanupDwight2009-02-094-7/+7
* doneAndDecouple() -> obj()Dwight2009-02-097-60/+60
* rename classes and add a new client connect methodDwight2009-02-062-5/+5
* Update unit testsAaron2009-02-063-6/+5
* Fix test failure on hudson boostAaron2009-02-051-1/+1
* More validation for modifier updatesAaron2009-02-051-0/+84
* Don't update pattern if no key in matching objectAaron2009-02-051-2/+26
* Replay fixes for some more update casesAaron2009-02-041-162/+132
* Log generated id with inserted object, log id as update query in some casesAaron2009-02-031-25/+123
* Make sure object w/ undefined elt is validAaron2009-02-031-2/+14
* Undefined element can appear anywhere in objectAaron2009-02-031-12/+0
* Install JNI within context of unit test framework's signal handlerAaron2009-02-032-5/+9
* return a nonzero exit code on a startup problemDwight2009-02-031-1/+1
* Actually add javajstestsAaron2009-02-031-0/+44
* Put javajstest in 'test' binary, fix fallout of starting jni in test binaryAaron2009-02-033-2/+10
* Real fixes for test failuresAaron2009-02-023-6/+11
* Disable tests until I can fix the failures tomorrowAaron2009-02-021-2/+2
* Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/pAaron2009-02-022-16/+23
|\
| * abstracting out record storage for btreeunknown2009-01-311-1/+1
| * Insert a real objectAaron2009-01-301-2/+4
| * Commenting tests until they can be reworked with automatic id generationAaron2009-01-301-6/+6