summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-1/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+1
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-2/+2
* SERVER-13641 Unify Command::newRun into runMathias Stearn2014-05-141-1/+1
* SERVER-13641 Pull TransactionExperiment up to top level request processorMathias Stearn2014-05-141-3/+2
* SERVER-13639: small cleaning of Extent headerEliot Horowitz2014-04-291-1/+0
* SERVER-13641: add methods to transaction to check if an op is killedEliot Horowitz2014-04-291-1/+4
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* SERVER-13084: remove Client::database and make many things not use thread loc...Eliot Horowitz2014-04-171-2/+1
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+3
* SERVER-13084: move validate down a levelEliot Horowitz2014-04-141-324/+16
* SERVER-13084: remove some magic DiskLoc callsEliot Horowitz2014-04-101-1/+1
* SERVER-13084: remove DiskLoc::drecEliot 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-11643: remove BSONObj::makeEliot Horowitz2014-04-031-1/+1
* SERVER-10673 don't allow validate(true)Asya Kamsky2014-02-121-0/+6
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-1/+1
* SERVER-12213: removing IndexCatalog::getDescriptor( int )Eliot Horowitz2014-01-091-8/+6
* SERVER-11903 Remove BSONElement::validate()Mathias Stearn2014-01-031-13/+4
* SERVER-10017 Remove "run repair" recommendation from error messagesMatt Kangas2013-12-201-1/+1
* SERVER-11643: working towards making NamespaceDetails const safeEliot Horowitz2013-12-091-1/+1
* SERVER-11178: move validate to IndexCatalogEliot Horowitz2013-10-261-2/+8
* SERVER-11178: minor validate cleanup prepEliot Horowitz2013-10-261-43/+54
* SERVER-11178: move validate command to its own fileEliot Horowitz2013-10-261-0/+410