summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/rollbacktests.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-63/+55
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-55/+63
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2017-11-011-5/+7
* SERVER-30212 add RenameCollectionOptionsBenety Goh2017-08-141-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-1/+1
* SERVER-27992 Use UUIDs for replicationGeert Bosch2017-06-231-5/+24
* SERVER-28543 Add OperationContext as an argument to getCollectionMaria van Keulen2017-04-061-13/+13
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-24/+10
* SERVER-27987 Create and persist UUIDs for newly created collectionsGeert Bosch2017-03-081-11/+50
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-216/+216
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-091-5/+18
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-7/+17
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-2/+1
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-13/+25
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-25/+13
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-13/+25
* SERVER-22972 Remove usages of OldClientContext which reference databaseKaloian Manassiev2016-03-081-1/+2
* SERVER-20676 Rename global min/maxKey variables to kMin/kMaxBSONKeyKaloian Manassiev2015-09-301-3/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-4/+3
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-38/+38
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-605/+595