summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/rename_collection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-3/+3
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to tak...mathisbessamdb2023-05-121-1/+1
* SERVER-76639 remove OpObserver::preRenameCollection() overloadBenety Goh2023-05-051-7/+22
* SERVER-76639 remove OpObserver::onRenameCollection() overloadBenety Goh2023-05-051-5/+12
* SERVER-76639 remove OpObserver::onDropCollection() overloadBenety Goh2023-05-051-5/+6
* SERVER-74489 Make NamespaceString::toStringWithTenantId privateSophia Tan2023-05-051-8/+8
* SERVER-76636 Add accumulator to OpObserver::onInsertsMatt Kneiser2023-05-011-2/+4
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-15/+21
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+2
* SERVER-74589 OpObserver::onInserts() accepts fromMigrate bool arrayBenety Goh2023-03-281-3/+5
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-3/+2
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-2/+2
* SERVER-43894 dropCollection should return success if the collection does not ...Dianna Hohensee2023-02-091-2/+1
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-43/+66
* SERVER-69726 Run multitenancy tests on replica setsjannaerin2022-10-191-37/+40
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...jannaerin2022-10-171-46/+206
* Revert "SERVER-62395 Use tid field to create namespace on non-txn commands du...auto-revert-processor2022-10-151-206/+46
* SERVER-62395 Use tid field to create namespace on non-txn commands during opl...Hugh Tong2022-10-141-46/+206
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-7/+5
* SERVER-68635 Move the whole insert path out of CollectionImplKaloian Manassiev2022-08-151-5/+5
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-2/+2
* SERVER-63650 Change Locker::isDbLockedForMode to take in DatabaseNamejannaerin2022-07-111-1/+1
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-3/+3
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-2/+2
* SERVER-64491 Disallow using the system.js collection name as the source or ta...Benety Goh2022-06-041-0/+38
* SERVER-64609 Rename instances of TenantDatabaseName to DatabaseNameHugh Tong2022-05-091-1/+1
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-112/+3
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-3/+6
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-031-1/+1
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+2
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-17/+17
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-8/+9
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-3/+5
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+3
* SERVER-47123 remove AutoGetOrCreateDb from catalog unit testsBenety Goh2021-04-281-2/+2
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-5/+6
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-50/+0
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-18/+13
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-10/+9
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+4
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+0
* SERVER-48350 Log cleanup in db/catalog, db/index and db/storage/kvHenrik Edin2020-06-011-1/+1
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-4/+0
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-4/+1