summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/rollbacktests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-28/+32
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-3/+3
* SERVER-65488 Change OldClientContext ctor to take in NamespaceStringSophia Tan2022-07-061-8/+8
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-6/+6
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-14/+15
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-3/+8
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-1/+1
* SERVER-63251 Refactor IndexAccessMethod to support non-SortedData indexesMathias Stearn2022-02-111-8/+5
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-8/+13
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-8/+8
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+2
* SERVER-50349 Getting a writable collection now requires the caller to be insi...Henrik Edin2020-09-151-21/+13
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-7/+13
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-14/+10
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-60/+14
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-021-3/+3
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-20/+12
* SERVER-23921 audit the use of SortedDataInterface::Cursor::seek for full inde...Haley Connelly2019-09-041-1/+1
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-2/+8
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-7/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-1/+7
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-231-7/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-221-1/+7
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-12/+12
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-281-21/+21
* Revert "SERVER-38796 Refactor CollectionOptions::parse to be static"Daniel Solnik2019-06-261-21/+21
* SERVER-38796 Refactor CollectionOptions::parse to be staticDaniel Solnik2019-06-261-21/+21
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-2/+2
* SERVER-41158 Remove MMAPv1 index head remnantGeert Bosch2019-05-151-65/+0
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-2/+2
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-1/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-51/+51
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-51/+51
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-51/+51
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-51/+51
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-51/+51
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-271-1/+1
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-18/+19
* SERVER-38700 make Database::userCreateNS() a member functionBenety Goh2018-12-191-20/+12
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-4/+4
* SERVER-38700 convert static Database::dropDatabase to a method on DatabaseHolderBenety Goh2018-12-191-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+1
* SERVER-35351: Have implicit creation of `system.views` in a separate WUOW.Daniel Gottlieb2018-06-121-50/+40
* SERVER-33605 Mobile SE:Disable capped collections and related testingSulabh Mahajan2018-06-081-0/+20
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-55/+63