summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-13/+0
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-271-0/+5
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2015-11-121-5/+0
* SERVER-21388 validate captrunc argumentRobert Guo2015-11-121-0/+5
* SERVER-20702 Sleep test command optionally takes no lockssamantharitter2015-11-091-17/+58
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-3/+2
* SERVER-17402 Return error if captrunc run on a non-capped collection.Max Hirschhorn2015-09-021-11/+29
* SERVER-19466 TTLMonitor::doTTLForIndex() use IXSCAN => FETCH => DELETEQingyang Chen2015-08-131-1/+1
* SERVER-19564: revertMartin Bligh2015-08-081-2/+3
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-3/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-177/+189
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-6/+19
* SERVER-17894 de-inlined InternalPlannerBenety Goh2015-04-141-0/+1
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-45/+11
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-2/+2
* SERVER-17758 Move AutoGet* and Client::*Context to their own file.Andy Schwerin2015-03-271-5/+6
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-2/+3
* SERVER-17138 GodInsert should not create DB inside write unit of workKaloian Manassiev2015-02-051-1/+2
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-0/+7
* SERVER-16822 Add ScopedTransactions to places which were missing itKaloian Manassiev2015-01-151-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-7/+3
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-1/+1
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-3/+3
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-11/+20
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-2/+2
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+3
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-15541 SERVER-15652 implement timing-based yieldingDavid Storch2014-10-211-2/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* 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-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-13635: fix captrunc transaction nestingEliot Horowitz2014-09-091-8/+10
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14407 delete runner.hDavid Storch2014-07-231-2/+2
* SERVER-14407 replace Runner with PlanExecutorDavid Storch2014-07-221-5/+5
* SERVER-14387 Propogate OperationContext through calls requiring document read...Craig Harris2014-07-081-2/+3
* SERVER-14471 Fix build break with the Visual Studio 2013 Update 2 toolkitKaloian Manassiev2014-07-071-0/+2
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-0/+7
* 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