summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database_and_check_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+2
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-6/+10
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42915: Do not require a resync when repair encounters orphaned collect...Daniel Gottlieb2019-09-091-2/+10
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-10/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-11/+9
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-6/+0
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-06-281-17/+7
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-06-251-2/+10
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-3/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-15/+6
* SERVER-40884 remove FCV 4.0-4.2 controls for hybrid index builds.Daniel Solnik2019-06-071-0/+5
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the st...Dianna2019-05-221-0/+10
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-0/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-1/+0
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-0/+1
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-1/+0
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-0/+1
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-16/+9
* SERVER-40175 Rebuild any missing _id indexes on startupLouis Williams2019-04-051-15/+52
* SERVER-39507 Transfer Collection ownership to UUIDCatalogDivjot Arora2019-03-201-1/+6
* SERVER-40126 Change openDb to throw exceptionDivjot Arora2019-03-181-29/+21
* SERVER-38624 Do not allow node to startup with autoIndexId: False collectionDivjot Arora2019-02-151-5/+37
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39086 Refactor startup index builds to use the IndexBuildsCoordinatorGregory Wlodarek2019-02-131-2/+3
* SERVER-39037 Refactor check whether a replica set node is running in standalo...Gregory Wlodarek2019-01-251-6/+59
* SERVER-38705 Remove the --noIndexBuildRetry server parameter flag and the sto...Gregory Wlodarek2019-01-171-10/+0
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-6/+9
* SERVER-38216 convert free function checkForIdIndexesAndDropPendingCollections...Benety Goh2018-11-261-53/+1
* SERVER-37472: Improve behavior if user downgrades to 4.0 binary without setti...natalie.tsvetkova2018-10-311-5/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-50/+0
* SERVER-36302 Remove IndexCatalogImpl::_upgradeDatabaseMinorVersionIfNeeded an...Dianna Hohensee2018-08-221-14/+0
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-25/+47
* SERVER-36623 Do not rebuild indexes before repairing databasesLouis Williams2018-08-141-2/+3
* SERVER-35112 Remove MMAPv1 codeGeert Bosch2018-07-061-9/+2
* SERVER-35131 Remove system.namespaces and system.indexes-specific UUID handli...Audrey Fang2018-07-031-6/+0
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-11/+11
* SERVER-35134 Remove UUID fixup code, instead fail fast for collectionsBen Judd2018-06-181-21/+1
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-3/+3
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-6/+6
* SERVER-34482 Drop MMAP-specific system collections on wiredTigerMaria van Keulen2018-04-301-5/+33
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-6/+6
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-6/+6
* SERVER-34108: Rebuild all indexes for a collection simultaneously at startup.Daniel Gottlieb2018-04-121-40/+69
* SERVER-29213: Have WiredTiger support recoverToStableTimestamp.Daniel Gottlieb2018-03-241-84/+90
* SERVER-33945 Update MustUpgrade commentMaria van Keulen2018-03-181-3/+3
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-12/+16