summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv/kv_storage_engine_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-518/+0
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-201-0/+518
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-518/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+2
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-4/+2
* SERVER-38478 Remove UninterruptibleLockGuard in query yieldEric Milkie2019-04-261-0/+8
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-151/+4
* SERVER-39514 Move CollectionCatalogEntry ownership to UUIDCatalogXiangyu Yao2019-04-051-1/+3
* SERVER-40085 Avoid using barriers in TimestampMonitorNotifiesListenersGregory Wlodarek2019-03-131-10/+20
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-0/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39003 Do not drop index build interceptor and constraint violations ta...Louis Williams2019-02-061-8/+121
* SERVER-37645 Add parsing for new index build fields in catalogLouis Williams2019-01-311-1/+3
* SERVER-39226 Pause the Timestamp Monitor during rollback-to-stableGregory Wlodarek2019-01-291-6/+1
* SERVER-38561 Shutdown the periodic runner before the storage engine shutdownGregory Wlodarek2018-12-121-4/+4
* SERVER-38128 Create a periodic task associated with the KV engine to notify l...Gregory Wlodarek2018-12-111-0/+167
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-3/+19
* SERVER-38187 Ability to create temporary RecordStore without a collectionLouis Williams2018-11-201-0/+18
* SERVER-38158 remove test KVStorageEngineTest::RecreateIndexesBenety Goh2018-11-201-54/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-08-231-2/+6
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-08-171-0/+18
* SERVER-36691 Fix used result in kv_storage_engine_testXiangyu Yao2018-08-161-1/+1
* SERVER-36691 Only recover orphaned collection idents when starting with repairXiangyu Yao2018-08-161-1/+29
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-08-081-0/+20
* SERVER-28734 Recover WiredTiger data files when lacking metadata, but have _m...Louis Williams2018-08-081-2/+84
* Revert "SERVER-28734 Provide a way to recover data files when lacking WiredTi...Xiangyu Yao2018-07-131-84/+2
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger meta...Louis Williams2018-07-101-2/+84
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-14/+8
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-3/+4
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-4/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-3/+4
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-211-1/+2
* SERVER-30081: Run storage recovery at startup.Daniel Gottlieb2017-08-151-0/+230