summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+0
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-161-8/+6
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-161-34/+27
* SERVER-47438 remove CloneOptions::slaveOkBenety Goh2020-04-161-6/+0
* SERVER-47438 remove Cloner::copyCollection() and Cloner::setConnection()Benety Goh2020-04-151-18/+0
* SERVER-47438 remove unused CloneOptions fieldsBenety Goh2020-04-151-10/+1
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-1/+1
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-131-4/+0
* SERVER-32847: Make copyDb transfer UUIDs when creating collectionsjannaerin2018-03-211-6/+2
* SERVER-32643 Add a metadataOnly flag to the clone commandKaitlin Mahar2018-01-231-1/+7
* SERVER-31805 provide option to Cloner to preserve UUIDsJudah Schvimer2017-11-081-1/+9
* SERVER-31061 Add `mongo+srv://` support for URIs.ADAM David Alan Martin2017-10-311-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-5/+5
* SERVER-26764 Do not defer creation of _id index for replicated collectionsTess Avitabile2016-10-281-6/+17
* SERVER-24326 Remove unused 'checkForCatalogChange' in CloneOptions structJess Fan2016-06-211-6/+0
* SERVER-24323 Rename CatalogManager to ShardingCatalogClientSpencer T Brody2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-021-1/+24
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-211-1/+0
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-2/+9
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-26/+7
* SERVER-17544 remove $-prefixed find options from jstests and commentsDavid Storch2015-07-231-1/+1
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-081-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-86/+87
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-8/+8
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-6/+1
* SERVER-13256 Add std namespace qualifications in headersAndrew Morrow2015-01-151-1/+1
* SERVER-14668/SERVER-15294 Collection-level locking for all read pathsKaloian Manassiev2014-10-061-5/+4
* SERVER-15317 Remove extraneous references to deprecated repl headers outside ...Andy Schwerin2014-09-191-0/+1
* SERVER-14378: cloner shouldn't use system.indexes but listIndexesEliot Horowitz2014-07-281-1/+10
* SERVER-14378: Cloner shouldn't use system.namespacesEliot Horowitz2014-07-281-2/+2
* SERVER-13922 Remove Context and dbtemprelease from the clonerKaloian Manassiev2014-06-091-2/+2
* SERVER-13961 fix struct/class mismatch in clonerHari Khalsa2014-06-031-1/+1
* SERVER-13961 move repl-specific cloner static methods to where they're usedHari Khalsa2014-06-031-40/+15
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-14/+14
* SERVER-13641 rename TransactionExperiment to OperationContextHari Khalsa2014-05-151-6/+6
* SERVER-13643 Plumb TransactionExperiment through ClonerMathias Stearn2014-04-301-11/+30
* SERVER:8412: re-write repairDatabase to use new constructsEliot Horowitz2014-02-181-0/+1
* SERVER-11611: port Cloner to Collection methodsEliot Horowitz2013-12-281-21/+9
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 retire indexplugin/indextypeHari Khalsa2013-05-021-1/+0
* SERVER-8791 SERVER-9165 SERVER-9212 move build into own class, clean up getKe...Hari Khalsa2013-04-191-11/+0
* SERVER-8280 SERVER-7864 Make copydb command work without username/password wh...Spencer T Brody2013-03-181-1/+3
* Fix Windows warningsTad Marshall2012-12-071-1/+1
* SERVER-3160: Sort index keys during cloneBen Becker2012-12-061-21/+85