summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database_and_check_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-653/+0
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-10/+8
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-5/+5
* SERVER-47075 Clean up some log linesGabriel Russell2020-06-021-1/+1
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-38/+40
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 2)Eric Milkie2020-04-221-6/+5
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-14/+15
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-2/+3
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-17/+13
* SERVER-38714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-241-2/+4
* Revert "SERVER-39714 Drop unfinished indexes on modified collections during r...Ben Caimano2020-02-211-4/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-39714 Drop unfinished indexes on modified collections during repair wh...Louis Williams2020-02-211-2/+4
* SERVER-40883 Remove the --noIndexBuildRetry server parameter flag and the sto...Gregory Wlodarek2020-02-141-9/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-48/+85
* SERVER-45805 Add recordPreImages flag to collMod and create commandsJonathan Reams2020-02-101-0/+7
* SERVER-37637 Standalone nodes should not restart in-progress two-phase index ...Louis Williams2020-01-311-0/+9
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-0/+1
* SERVER-44904 startup recovery should not delete corrupt docs while rebuilding...Eric Milkie2020-01-061-1/+1
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-7/+8
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-211-2/+7
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-4/+5
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-11/+15
* 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