summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-3/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-3/+3
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-5/+5
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-4/+4
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-11/+8
* SERVER-13638: remove some namespace_details includeEliot Horowitz2014-05-011-1/+0
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-3/+4
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-4/+8
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+3
* SERVER-13084: remove many cc() calls from query/exec worldEliot Horowitz2014-04-171-0/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-4/+4
* SERVER-13084: hide cappedTruncateAfter inside CollectionEliot Horowitz2014-04-101-1/+1
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-1/+1
* SERVER-13084: remove NamespaceDetails::emptyCappedCollection and replace with...Eliot Horowitz2014-04-031-1/+3
* SERVER-13084: more IndexDetails and header workEliot Horowitz2014-04-031-1/+1
* SERVER-11643: remove many nsdetails callsEliot Horowitz2014-04-031-13/+16
* SERVER-13053 track index builds explicitly instead of using CurOpEric Milkie2014-03-211-6/+6
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-11611: switch index builder and rebuilder to use IndexCatalogEliot Horowitz2013-12-281-1/+1
* SERVER-10026 remove rest of dead codeHari Khalsa2013-12-131-5/+9
* SERVER-11611: port godinsert to new insertEliot Horowitz2013-12-091-5/+14
* move all test only commands into their own fileEliot Horowitz2013-12-091-0/+200