summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/create_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+5
* SERVER-13643 pull TransactionExperiment above (most) catalog stuffHari Khalsa2014-04-301-1/+1
* SERVER-13643 Kill Command::logTheOp and have Commands log their own opsMathias Stearn2014-04-301-1/+0
* SERVER-13643 Plumb TransactionExperiment though logOpMathias Stearn2014-04-301-1/+1
* SERVER-13643 Move Txn pluming above Database and CollectionMathias Stearn2014-04-291-2/+4
* SERVER-13589 logOp inserts into system.indexes for index buildsEric Milkie2014-04-161-4/+5
* SERVER-13498 Get rid of LockStatusKaloian Manassiev2014-04-151-1/+1
* SERVER-13437 Cannot wait for write concern for createIndexes command on mongosRandolph Tan2014-04-081-2/+8
* SERVER-13387 CreateIndexes command allows non shard key unique indexes to be ...Randolph Tan2014-03-281-0/+32
* SERVER-12857 Add test of access control for createIndexes commandSpencer T Brody2014-03-061-1/+1
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-281-1/+0
* SERVER-10879 Index build use post-fixed spec to check if index existsJason Rassi2014-02-281-1/+3
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-1/+1
* SERVER-1627: createIndexes commandEliot Horowitz2014-01-271-0/+200