summaryrefslogtreecommitdiff
path: root/dbtests/querytests.cpp
AgeCommit message (Expand)Author
2011-08-05fix for query unit test failure with no capped _id scangregs
2011-07-31SERVER-3482 update tests, handle empty oplog properlyAaron
2011-07-31SERVER-3482 check oldest op first when doing oplog replay, wassert instead of...Aaron
2011-06-22more cleaningEliot Horowitz
2011-06-21SERVER-3222 min and max for type cleaning and fixesAaron
2011-06-13log lessDwight
2011-06-11FindingStart dbtest not working not sure why yetdwight
2011-06-11doesnt make much sense to specify capped without a size so check for thatdwight
2011-06-03SERVER-3064gerald-lindsly
2011-05-23towards proper --quotafiles supportdwight
2011-05-23use firstElementFieldName()dwight
2011-05-03Merge branch 'master' into mainDwight
2011-05-02clean some dbtest includesAaron
2011-02-15SERVER-2558 don't orphan client cursors in FindingStartCursorAaron
2011-01-04ran astyle SERVER-2304Eliot Horowitz
2010-12-21trying to make tests passDwight
2010-12-20fix QueryTests i thinkDwight
2010-11-16safety for Projection's current state SERVER-192 SERVER-2104Eliot Horowitz
2010-11-16worked towards covered indexes SERVER-192Eliot Horowitz
2010-11-15rename FieldMatcher to ProjectionEliot Horowitz
2010-11-15starting FieldMatcher cleaningEliot Horowitz
2010-11-15finish removing CursorIteratorEliot Horowitz
2010-10-04dur forgot to close a view in mmap_win.cppDwight
2010-10-04SERVER-1879 clean up unit test assertionsAaron
2010-09-16Pull timer.h and time_support.h out of goodies.hAlberto Lerner
2010-05-25remove extraneous logging from dbtestsDwight Merriman
2010-05-13Merge branch 'master' of github.com:mongodb/mongoAaron
2010-05-13SERVER-1113Aaron
2010-05-12SERVER-109 let query op short stop multi scan planning, handle or in helpers ...Aaron
2010-05-07compile vs2010Dwight Merriman
2010-05-07auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz
2010-04-27stdafx->pchDwight
2010-04-20fix OrderingEliot Horowitz
2010-04-17Query class supports $queryEliot Horowitz
2010-03-31fix equality matching of emdeded docs with numbers SERVER-853Eliot Horowitz
2010-03-30failing test case for SERVER-853Mike Dirolf
2010-03-22semantic changeEliot Horowitz
2010-03-09SERVER-645 tailable cursor on capped collections only, won't use indexesAaron
2010-03-09SERVER-684 refactor findingStart codeAaron
2010-03-02SERVER-645 update test to use capped collectionAaron
2010-02-26nToReturn is now a limit in C++ driver SERVER-537Mathias Stearn
2010-02-25SERVER-680 fix issues with --only modeAaron
2010-02-17SERVER-305 shell kills in progress operations on clean exitAaron
2010-02-17failing test case for tailable cursor w/ _id query SERVER-645Mike Dirolf
2010-02-15refactoring runQuery / UserQueryOp part 1Eliot Horowitz
2010-02-02SERVER-595 add testAaron
2010-01-29get rid of setClient - all Database storage is in Client::ContextEliot Horowitz
2010-01-12SERVER-531 refactor code for not influencing lastErrorAaron
2010-01-03a little code cleanup / renameingDwight
2009-12-31compileDwight