summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/counttests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-2/+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-1/+7
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* 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-4/+4
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-5/+4
* SERVER-13951 Clean up WUOWs in a few dbtestsMathias Stearn2014-10-011-7/+12
* SERVER-13522 Remove usages of runCount and replace them with DBDirectClient::...Kaloian Manassiev2014-10-011-68/+25
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-2/+3
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-3/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-2/+3
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-7/+6
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-1/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-1/+1
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-1/+1
* SERVER-14097 SERVER-14098 execution-level explain for .find() and .count()David Storch2014-06-271-1/+1
* SERVER-13797 Remove Client::getContext and relatedKaloian Manassiev2014-06-101-30/+0
* SERVER-13641 Plumb OperationContext through to getCollection and all HelpersMathias Stearn2014-05-301-14/+17
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+5
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13922 remove query yielding and some dbtempreleaseHari Khalsa2014-05-131-40/+0
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-5/+7
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-1/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11611: calls to insertDocument should have _id alreadyEliot Horowitz2013-11-071-1/+11
* SERVER-11543: finish remove DataFileMgr::deleteRecord from testsEliot Horowitz2013-11-051-1/+0
* SERVER-11543: remove 3/4 of the DataFileMgr::deleteRecord references in dbtestsEliot Horowitz2013-11-051-20/+21
* SERVER-7572 SERVER-5279 Remove CurOp::info auth checkingSpencer T Brody2012-12-111-1/+1
* ERVER-2291 - cleaning count exception handlingEliot Horowitz2012-06-171-6/+12
* SERVER-6103 - try to make counttests more reliableEliot Horowitz2012-06-161-1/+1
* update test for new lock reportingEliot Horowitz2012-06-121-2/+2
* Include what you use fixes.Andy Schwerin2012-05-101-0/+2
* Fix linux compile warning.Aaron2012-04-041-1/+1
* SERVER-5428 Add a deterministic count yield validation test to counttests.cpp.Aaron2012-04-041-0/+98
* Remove 'Count' prefix from unit test class names.Aaron2012-04-041-10/+10
* Standardize template formatting in counttests.cpp.Aaron2012-04-041-7/+7
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-0/+1
* SERVER-4328 merge in some test binary things. add some missing cpp files to t...Dwight2012-03-121-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+142