summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_keep.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-3/+5
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-5/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+5
* SERVER-19364 move query stage OperationContext pointer management into the ba...Qingyang Chen2015-08-041-4/+6
* SERVER-18961 avoid iterating the entire working set when preparing for a Wire...David Storch2015-07-011-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-170/+170
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-6/+7
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-3/+4
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-2/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-5/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-2/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-3/+3
* SERVER-15913 QueryStageKeep dbtest shouldn't leak KeepMutationsStageJason Rassi2014-11-021-3/+4
* SERVER-15580 KeepMutationsStage shouldn't deref invalidated iteratorJason Rassi2014-10-311-1/+70
* 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-2/+3
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-2/+1
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-3/+3
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-3/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-6/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-8/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-6/+8
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-8/+6
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-6/+8
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-0/+1
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-3/+1
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+2
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-2/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+2
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-1/+3
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-1/+1
* SERVER-13084: move iterator into record layerEliot Horowitz2014-04-101-2/+1
* SERVER-12398 bubble error from plan stages to runnerBenety Goh2014-02-101-1/+1
* SERVER-12113 keep mutated docs in query results when it's sane toHari Khalsa2014-01-211-0/+169