summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-4/+19
* SERVER-2454 Improve PlanExecutor::DEAD handlingJames Wahlin2015-06-091-21/+4
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-2/+1
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-1/+0
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-0/+1
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-1/+0
* SERVER-18277/SERVER-18482 Remove "_remote" field from CurOp.Andy Schwerin2015-05-221-2/+1
* SERVER-18277 Prefer getting CurOp via the OperationContext rather than the Cl...Andy Schwerin2015-05-221-1/+1
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-4/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-4/+4
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-7/+2
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-2/+7
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-7/+2
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-5/+5
* SERVER-17817 Make CurOp a decoration of ClientBasic, not a member of Client.Andy Schwerin2015-04-071-1/+1
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-6/+6
* SERVER-17752: Winsock API was called before a successful WSAStartup()Mark Benvenuto2015-03-271-0/+1
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-13/+14
* SERVER-17023 separate command and query pathsDavid Storch2015-03-231-2/+2
* SERVER-17499 Unify GodScope and fromDBDirectClient boolJason Rassi2015-03-091-1/+1
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-3/+3
* SERVER-16646 Remove reference of system.indexes in querytests.cppSiyuan Zhou2015-02-121-1/+0
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-4/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-16659 Collection: rename cursorManager() to getCursorManager()Jason Rassi2015-01-121-9/+11
* fix dbtest NamespaceString with runQueryEliot Horowitz2015-01-121-1/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-5/+4
* SERVER-16520 Rename CollectionCursorCache to CursorManagerJason Rassi2014-12-231-10/+10
* SERVER-16520 ClientCursor keeps ptr to owning CollectionCursorCacheJason Rassi2014-12-231-4/+7
* SERVER-16313 Fix WiredTiger engine, collection and index options to use new n...Dan Pasette2014-12-171-1/+5
* SERVER-16235: fix capped tests to work with WTEliot Horowitz2014-12-171-4/+14
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-13/+25
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-1/+1
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+3
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-19/+21
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-6/+0
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-8/+7
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-2/+7
* SERVER-13635: make capped dbtests more genericEliot Horowitz2014-10-111-2/+37
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-2/+2