summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/querytests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-14/+11
* SERVER-26334 fix mongos handling of ntoreturn:1Charlie Swanson2016-09-281-26/+0
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-1/+7
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+1
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-6/+6
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-1/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+43
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-3/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-5/+7
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-7/+5
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-5/+7
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-171-0/+15
* SERVER-5811 implement the killCursors command for mongodDavid Storch2015-06-231-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1474/+1586
* SERVER-18292 support OP_COMMAND in commands executed using a DBClientCursorAdam Midvidy2015-06-161-9/+4
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-29/+29
* 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