summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/clone.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-144/+0
* SERVER-34999 Deprecate clone and copydb commandsMaria van Keulen2018-05-241-1/+9
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-1/+2
* SERVER-32847: Make copyDb transfer UUIDs when creating collectionsjannaerin2018-03-211-10/+3
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-3/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+3
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-3/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32643 Add a metadataOnly flag to the clone commandKaitlin Mahar2018-01-231-1/+8
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-1/+1
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
* SERVER-24326 Remove unused 'checkForCatalogChange' in CloneOptions structJess Fan2016-06-211-12/+0
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-1/+0
* SERVER-20036 Add back line that was accidentally removedSpencer T Brody2016-01-211-0/+1
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-0/+13
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-1/+0
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-201-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-75/+76
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-19/+10
* SERVER-18227 Fix minor typosMathias Stearn2015-05-151-2/+2
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+9
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-3/+1
* SERVER-17817 Make AuthorizationSession a decoration of ClientBasic.Andy Schwerin2015-04-161-1/+1
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-1/+0
* SERVER-13357 add slaveOk argument to clonematt dannenberg2015-02-201-1/+2
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16192: Add ScopedTransaction to automatically commitAndRestart()Geert Bosch2014-11-211-0/+1
* SERVER-15614 Move inProcCmd to a separate file and clean includesKaloian Manassiev2014-10-301-1/+0
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-1/+1
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-1/+1
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-1/+1
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-1/+1
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-1/+0
* SERVER-13951 Better scoping for many WUOWsMathias Stearn2014-08-201-3/+0