summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-261-3/+2
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-1/+0
* SERVER-47154 Split out namespace pattern matching logic from _checkCanCreateC...Gregory Wlodarek2020-05-271-1/+1
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-12/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-201-1/+3
* SERVER-47438 Cloner::_copyIndexes() will not recreate dropped collectionBenety Goh2020-04-161-26/+2
* SERVER-47438 Cloner::_copyIndexes() assumes collection is emptyBenety Goh2020-04-161-78/+7
* SERVER-47438 Cloner::copyDb() creates indexes before copying documentsBenety Goh2020-04-161-17/+17
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-161-174/+99
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-161-57/+54
* SERVER-47438 remove CloneOptions::slaveOkBenety Goh2020-04-161-7/+2
* SERVER-47438 remove Cloner::copyCollection() and Cloner::setConnection()Benety Goh2020-04-151-109/+0
* SERVER-47438 remove unused CloneOptions fieldsBenety Goh2020-04-151-58/+45
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-7/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-4/+6
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-4/+18
* SERVER-46773 Remove v4.4 FCV handling for simultaneous index buildsLouis Williams2020-03-251-3/+1
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-1/+4
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-2/+10
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-17/+51
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-101-1/+1
* SERVER-43436 Remove outdated TODO commentRandolph Tan2019-12-021-1/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-6/+9
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-2/+2
* SERVER-44028 Remove global X lock for ClonerGregory Wlodarek2019-11-011-4/+4
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+2
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-3/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43323 All replicated index builds should write startIndexBuildLouis Williams2019-09-301-10/+44
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-6/+9
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-48/+15
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-29/+17
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-1/+1
* SERVER-41683 Only check UUID in movePrimary collection clonerjannaerin2019-07-031-61/+54
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-1/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-12/+9
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-9/+12
* SERVER-39524 remove NamespaceString::virtualized() and friendsGabe Villasana2019-06-261-4/+0
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-12/+9
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+4
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-0/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-8/+8
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39323 refactor index spec validation code to make it more modularized ...Dianna2019-04-221-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40023 remove background index support from IndexBuilderBenety Goh2019-03-071-1/+0