summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/dbhelper_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+2
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-27921 New Range DeleterNathan Myers2017-04-201-23/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-27233 fix namespaces to de-dup symbol mongo::myallMatt Cotter2016-12-011-1/+4
* SERVER-26033 Allow simple range to exclude start keyJudah Schvimer2016-09-151-1/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+3
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-111-119/+0
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-0/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-189/+159
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-1/+2
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-021-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-1/+1
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-3/+6
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-4/+4
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-041-2/+0
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-0/+1
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-2/+1
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-0/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-161-1/+3
* Revert "SERVER-14041 enhance secondaryThrottle parameter"Randolph Tan2014-07-151-3/+1
* SERVER-14041 enhance secondaryThrottle parameterRandolph Tan2014-07-151-1/+3
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+2
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-9/+6
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-6/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-9/+6
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-6/+9
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-9/+6
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-5/+8
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-1/+2
* SERVER-13635: remove path concept from DatabaseHolder, and move repair and li...Eliot Horowitz2014-06-181-2/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-1/+1
* SERVER-13961 Remove all 'checking' variants of dbHolderKaloian Manassiev2014-06-021-1/+2