summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/database_sharding_state.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58167 Use scoped database critical section during dropDatabasePierlauro Sciarelli2021-07-051-1/+1
* Revert "SERVER-58012 Serialize implicit create collection with drop database"Pierlauro Sciarelli2021-06-301-1/+1
* SERVER-58012 Serialize implicit create collection with drop databasePierlauro Sciarelli2021-06-251-1/+1
* SERVER-56788 Extend the in-memory collection critical section to keep track o...Sergi Mateo Bellido2021-05-161-6/+10
* SERVER-53905 Implement PrimaryOnlyService for DDL coordinatorsTommaso Tocci2021-02-241-0/+24
* SERVER-53691 Store and expose database info in DatabaseShardingStateTommaso Tocci2021-01-141-18/+30
* SERVER-51319 Call DatabaseShardingState::checkDbVersion() and CSS::getCollect...Dianna Hohensee2020-12-161-3/+9
* SERVER-52933 Add timestamp to the DatabaseVersion IDLSergi Mateo Bellido2020-11-241-2/+2
* SERVER-47701 Allow CRUD and DDL commands on shards when connected to the prim...Marcos José Grillo Ramírez2020-05-191-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-231-5/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+7
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-19/+60
* 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