summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_build_entry_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-17/+16
* SERVER-48293 change update to upsert to mitigate race condition leading to or...Vishnu Kaushik2020-09-161-1/+31
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-1/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-5/+5
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-1/+1
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-15/+9
* SERVER-48171 update fail point usage in indexbuildentryhelpers::getIndexBuild...Benety Goh2020-05-151-1/+1
* SERVER-48197 add fail point to indexbuildentryhelpers::getIndexBuildEntry()Benety Goh2020-05-141-0/+9
* SERVER-47635 improve indexbuildentryhelpers error handling and messagesBenety Goh2020-05-061-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47465 remove unused functions from indexbuildentryhelpers namespaceBenety Goh2020-04-181-159/+4
* SERVER-47630 Reserving a slot in the oplog for addIndexBuildEntry can cause a...Gregory Wlodarek2020-04-171-7/+16
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-51/+50
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-3/+86
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-24/+26
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-2/+2
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-2/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-2/+2
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-11/+11
* SERVER-37979 Fix unittest compilationGregory Wlodarek2019-02-101-2/+2
* SERVER-37979 Add writing utilities to the index build interfaceGregory Wlodarek2019-02-091-0/+376