summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shardsvr_split_chunk_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors privatemathisbessamdb2023-04-261-1/+2
* SERVER-75753 Remove autosplit references from CSRSPierlauro Sciarelli2023-04-071-9/+2
* Revert "SERVER-75753 Remove autosplit references from CSRS"Sviatlana Zuiko2023-04-061-2/+9
* SERVER-75753 Remove autosplit references from CSRSPierlauro Sciarelli2023-04-061-9/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-3/+3
* SERVER-70220 onShardVersionMismatch should be onCollectionPlacementVersionMis...Allison Easton2022-10-131-1/+1
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-5/+6
* SERVER-69180 Split and Merge commands need to refresh filtering metadata befo...Allison Easton2022-08-301-0/+2
* SERVER-68485 Merge and Split commands should not use the CSR to check the sha...Allison Easton2022-08-121-23/+12
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in...Sophia Tan2022-08-031-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65204 Remove usages of StaleEpoch from the split's shard role pathKaloian Manassiev2022-04-121-3/+1
* SERVER-65204 Add Timestamp (in addition to Epoch) on the complete split pathKaloian Manassiev2022-04-111-0/+8
* SERVER-65204 Cleanup Router-Only / Router-Shard commandsKaloian Manassiev2022-04-051-0/+197