summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/flush_database_cache_updates_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61759 Cleanup and add comments to MigrationSourceManagerKaloian Manassiev2021-12-011-4/+1
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-1/+1
* SERVER-58893 Rename flag to skipApiVersionCheckAdi Zaimi2021-08-301-1/+2
* SERVER-58794: _configsvrCreateDatabase and _flushDatabaseCacheUpdates should ...XueruiFa2021-07-271-0/+8
* SERVER-53104 Ensure all shard-local cache collections of config.collections c...Sergi Mateo Bellido2021-02-261-11/+31
* SERVER-48288 Remove 2nd CatalogCache used just for filteringTommaso Tocci2020-05-191-1/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46799: update log lines for style guideLamont Nelson2020-03-231-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-141-1/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+5
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"William Schultz2020-02-081-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-071-1/+1
* Revert "SERVER-44771 Introduce 2nd CatalogCache for filtering only"Tommaso Tocci2020-02-061-1/+1
* SERVER-44771 Introduce 2nd CatalogCache for filtering onlyTommaso Tocci2020-02-061-1/+1
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-081-10/+3
* SERVER-40258 Rename CSRLock::lock to CSRLock::lockSharedRandolph Tan2019-06-271-1/+1
* 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-4/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-1/+0
* SERVER-34214 TypedCommand _flushDatabaseCacheUpdatesBilly Donahue2018-05-021-69/+68
* SERVER-34145 Persist database version on shardjannaerin2018-04-051-0/+6
* SERVER-34145 Create flushDatabaseCacheUpdates internal commandjannaerin2018-04-031-0/+154