summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/catalog_control_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-43942 track newly created indexes until they are part of a consistent ↵Dianna Hohensee2019-10-211-0/+5
| | | | WT checkpoint, and skip them in background validation
* SERVER-43794: Incremental backup cursor API.Daniel Gottlieb2019-10-171-1/+2
|
* SERVER-42839 Make storage_engine.h functions pure virtualEvgeni Dobranov2019-09-261-7/+75
|
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ↵Dianna Hohensee2019-08-231-0/+3
| | | | the validation cmd code layer
* SERVER-41861 Replace 'all_committed' with 'all_durable'Gregory Wlodarek2019-07-261-1/+1
|
* SERVER-41819 Move methods from KVCollectionCatalogEntry to KVCatalogXiangyu Yao2019-06-211-2/+2
|
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-0/+12
|
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-201-12/+0
| | | | This reverts commit 144f8191888b400ffc774401972ac8dff1c9d87b.
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-0/+12
|
* SERVER-39813 add oldest required timestamp to server statusBenety Goh2019-05-221-0/+3
|
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
|
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-3/+8
|
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add ↵Dianna Hohensee2019-03-241-0/+5
| | | | parallel IndexBuildsCoordinator checks for all BackgroundOperation checks
* Revert "SERVER-39079 Move BackgroundOperation checks out of the catalog ↵Dianna Hohensee2019-03-121-5/+0
| | | | | | layer; add parallel IndexBuildsCoordinator checks for all BackgroundOperation checks" This reverts commit d02edd5290131978f901ffc657bee3470d03f8fd.
* SERVER-39079 Move BackgroundOperation checks out of the catalog layer; add ↵Dianna Hohensee2019-03-111-0/+5
| | | | parallel IndexBuildsCoordinator checks for all BackgroundOperation checks
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-111-0/+3
|
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-0/+2
| | | | | This adds the requirement for a DatabaseHolder instance to be registered with the global service context at startup.
* SERVER-38602 rollback clears drop-pending ident state in the storage engineBenety Goh2018-12-191-0/+1
|
* SERVER-38596 add supportPendingDrops to serverStatus outputBenety Goh2018-12-181-0/+3
|
* SERVER-38559 move catalog_control.cpp into its own libraryBenety Goh2018-12-131-0/+125