summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_import.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-62491 Remove TODOs to use kSystemTenantIdSophia Tan2023-04-061-2/+0
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-1/+1
* SERVER-73341 Make tenant access blocker work with random stringDidier Nadeau2023-02-031-1/+2
* SERVER-71831 Ensure shard merge only copy the tenantIds providedDidier Nadeau2023-01-241-10/+9
* SERVER-71998 Shard merge recipient imports donor collection & indexes using n...Suganthi Mani2023-01-171-7/+12
* SERVER-70671: Shard Merge copies change collections and cluster paramsChristopher Caplinger2023-01-111-3/+13
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-64759 Reopen WT after rollback to stableA. Jesse Jiryu Davis2022-03-281-4/+9
* SERVER-61141 Make access blockers for shard mergeA. Jesse Jiryu Davis2022-03-221-32/+1
* SERVER-61134 Recipient nodes tell primary they copied filesA. Jesse Jiryu Davis2022-02-161-0/+1
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-021-11/+15
* SERVER-61143 Import copied files for Shard MergeA. Jesse Jiryu Davis2021-12-171-12/+213
* SERVER-61137 Implement rollback-to-stable for shard mergeA. Jesse Jiryu Davis2021-11-221-0/+62