summaryrefslogtreecommitdiff
path: root/src/mongo/db/startup_recovery.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54918 Hide the `fcvLock` behind a proper FCV set/check interfaceKaloian Manassiev2021-03-261-4/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-9/+12
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-2/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-1/+1
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-4/+7
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-081-0/+14
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+2
* SERVER-50139: Abort repair on FCV initialization errorsLingzhi Deng2020-08-061-0/+5
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-2/+1
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+9
* SERVER-49301 repairDatabasesAndCheckVersion() accepts previous server shutdow...Benety Goh2020-07-301-6/+12
* SERVER-49163 Find and parse internal idents with resumable index build inform...Samy Lanka2020-07-241-1/+1
* SERVER-48050 FCV should be initialized before attempting to restart in-progre...Louis Williams2020-07-201-0/+588