summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/database_sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38473 Create DatabaseShardingStateLock to ensure concurrency around Da...Blake Oler2019-02-051-12/+15
* SERVER-38288 Delete CursorManager::invalidateAll().David Storch2019-01-311-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37142 Make clearing the MovePrimarySourceManager a no-op if one doesn'...Jack Mulrow2018-09-241-2/+0
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-131-1/+1
* SERVER-34435 DatabaseVersion idl type should not use lexicographic comparisonEsha Maharishi2018-04-131-1/+2
* SERVER-34273 Bring database version checking out from under test flagEsha Maharishi2018-04-051-8/+0
* SERVER-33773 Add 'waitForMovePrimaryCriticalSection' flag to OperationShardin...Blake Oler2018-04-031-3/+2
* SERVER-33099 Trigger server-side refresh of the cached database entry on Stal...Esha Maharishi2018-04-021-1/+5
* SERVER-34246 Add getDatabaseVersion command on shards for support and testingEsha Maharishi2018-04-021-0/+8
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-1/+1
* SERVER-33206 Create MovePrimarySourceManager and add clone commandBlake Oler2018-03-191-0/+20
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-131-11/+12
* SERVER-33098 Make shards check the client's databaseVersion and throw StaleDb...Esha Maharishi2018-03-121-5/+28
* SERVER-33437 Make Decorables not type-erased.ADAM David Alan Martin2018-03-021-5/+5
* SERVER-33032 add a DatabaseShardingState containing the databaseVersion as a ...Esha Maharishi2018-02-261-0/+85