summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-3/+1
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-7/+12
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23480 make Command::parseNsCollectionRequired and oplog.cpp's parseNs ...Esha Maharishi2016-04-211-6/+6
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+6
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-6/+0
* SERVER-20213 ReIndex must make majority reads wait for complete visibilityMathias Stearn2015-09-171-0/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-123/+123
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-12/+0
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-4/+12
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-142/+7
* 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-10/+11
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-2/+5
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-051-6/+15
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-271-1/+1
* SERVER-17053 Macros to wrap up the write conflict retry loop behaviors.Andy Schwerin2015-01-261-19/+13
* SERVER-17053 Make dropIndexes retry on write conflicts.Andy Schwerin2015-01-261-10/+21
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16260 Accept Symbol BSON type arg for some commandsMatt Kangas2015-01-081-11/+4
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-01-061-1/+1
* SERVER-16711: do not create db on dropIndexes if no db/collectionScott Hernandez2015-01-051-8/+9
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-4/+4
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+2
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-16072 improve namespace construction in commandsMatt Kangas2014-11-171-3/+8
* SERVER-14860 Refine locking scheme for background index builds, to support do...Eric Milkie2014-11-031-1/+0
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-2/+2
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-2/+2
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-0/+1
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-2/+2
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-2/+2
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-2/+2
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-5/+7
* SERVER-13951 WUOW now takes whole OperationContext, not just RecoveryUnitMathias Stearn2014-08-131-3/+3
* SERVER-13951 Split index building in to UnitOfWork-sized stagesMathias Stearn2014-08-131-13/+38
* SERVER-14729 assign default log component MONGO_LOG_DEFAULT_COMPONENTBenety Goh2014-08-121-2/+2
* SERVER-14378: fix reIndex use of new catalog apiEliot Horowitz2014-08-011-1/+3
* SERVER-14378: make reIndex not use system.indexesEliot Horowitz2014-08-011-20/+13
* SERVER-5092 assign default log component to server modulesBenety Goh2014-07-011-0/+5
* SERVER-14085: Start using WriteUnitOfWorkGeert Bosch2014-07-011-2/+10
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-2/+2
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-2/+2