summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_builds_manager_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-10/+6
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-2/+2
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-2/+0
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-5/+5
* SERVER-39002 IndexBuildsManager::tearDownIndexBuild() accepts MultiIndexBuild...Benety Goh2019-10-081-2/+4
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+1
* SERVER-39085 IndexBuildsManager supports relaxing index constraints during in...Benety Goh2019-03-061-2/+1
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-1/+2
* SERVER-39620 Do not rely on collection UUIDs during startup recovery in the I...Gregory Wlodarek2019-02-181-1/+2
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-2/+6
* SERVER-37643 update IndexBuildsCoordinator and IndexBuildsManager interfaces.Benety Goh2019-01-311-5/+2
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-2/+0
* SERVER-37636 Establish an index builds interface through which to access and ...Dianna Hohensee2018-11-281-0/+101