summaryrefslogtreecommitdiff
path: root/src/mongo/db/repair_database_and_check_version.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-2/+1
* SERVER-24635 replace references to fassertStatusOK with fassertBenety Goh2018-03-071-4/+4
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-14/+16
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-2/+4
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-4/+2
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-2/+4
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-271-4/+6
* SERVER-33151 SERVER-33246 Refuse to start up mongod 4.0 unless all collection...Dianna Hohensee2018-02-261-48/+76
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-19/+1
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-0/+12
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-201-52/+38
* SERVER-32489 New main library for embedded to link and initialize the system ...Henrik Edin2018-01-311-0/+525