summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/drop_indexes.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-4/+4
* SERVER-32284 rename ReplicationCoordinator::reserveSnapshotName() to getMinim...Benety Goh2018-01-171-1/+1
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-7/+8
* SERVER-30745 Prohibit unsafe comparisons against featureCompatibilityVersionLouis Williams2017-10-061-1/+1
* SERVER-30638 change setReadFromMajorityCommittedSnapshot to use timestamps in...Eric Milkie2017-10-051-1/+0
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-8/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-4/+4
* SERVER-29274 IndexCatalog::dropAllIndexes() returns void.Benety Goh2017-05-231-5/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-2/+2
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-2/+0
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-1/+1
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-16/+16
* SERVER-27891 Disable writeConcern support for reIndexMaria van Keulen2017-02-271-1/+1
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-1/+2
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-1/+1
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-8/+34
* 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