summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-301-5/+2
* SERVER-73330 Immediately abort index build on (non-duplicate) key generation ...Yu Jin Kang Park2023-03-141-3/+3
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-14/+14
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-69877 Remove untimestamped writes to the catalog when restarting unfin...Gregory Wlodarek2022-09-281-6/+15
* SERVER-66998 Do not allow WriteConflict exceptions to be thrown without contextFaustoleyva542022-08-181-1/+2
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-2/+2
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-2/+2
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-3/+0
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-4/+4
* SERVER-57737 Index builds must save and restore the collection scanning curso...Dianna Hohensee2021-08-091-4/+14
* SERVER-57127 MultiIndexBlock::insertSingleDocumentForInitialSyncOrRecovery() ...Benety Goh2021-06-041-2/+4
* SERVER-51008 Enable resuming index builds in the drain writes phase for rollbackGregory Noma2020-09-301-1/+1
* SERVER-50928 Remove IndexCatalog* stored in IndexBuildBlockHenrik Edin2020-09-151-5/+5
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-26/+18
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-20/+28
* SERVER-50446 IndexBuildsCoordinator provides 'isResumable' info to MultiIndex...Benety Goh2020-08-241-1/+2
* SERVER-49282 rename MultiIndexBlock::insert()Bynn Lee2020-07-211-2/+2
* SERVER-49155 Remove mock objects from MultiIndexBlockTest and test the onRoll...Gregory Wlodarek2020-07-141-54/+77
* SERVER-48415 Write placeholder document to internal table on clean shutdown f...Gregory Noma2020-06-091-1/+1
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-101-100/+1
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-081-1/+1
* SERVER-41140 All usages of MultiIndexBlock should ensure callers check for du...Gregory Wlodarek2019-06-191-0/+2
* SERVER-39703 Pull opCtx ptr out of the TemporaryKVRecordStore and instead pas...Dianna Hohensee2019-02-211-1/+1
* SERVER-38097 Pull opCtx and collection ptrs out of MultiIndexBlock and pass i...Dianna Hohensee2019-02-191-28/+38
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39068 Replicate startIndexBuild and commitIndexBuild oplog entriresLouis Williams2019-02-121-10/+22
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-1/+1
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-6/+6
* SERVER-38330 merge MultiIndexBlock and MultiIndexBlockImplBenety Goh2018-12-101-28/+31
* Revert "SERVER-38036 Turn on hybrid builds for background, unique indexes"Louis Williams2018-12-071-6/+6
* SERVER-38304 Remove kPreCommit state from MultiIndexBlockLouis Williams2018-12-061-3/+0
* SERVER-38036 Turn on hybrid builds for background, unique indexesLouis Williams2018-12-061-6/+6
* SERVER-38027 SERVER-37268 Partially enable hybrid index builds for background...Louis Williams2018-11-291-5/+5
* SERVER-37763 add support for aborting MultiIndexBlock index buildsBenety Goh2018-11-211-11/+193
* SERVER-37589 add library for MultiIndexBlockBenety Goh2018-10-261-0/+57