summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_uuid_mismatch.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+16
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-1/+1
* SERVER-72641 Add establishConsistentCollection APIhenrikedin2023-02-091-1/+1
* SERVER-68271 Integrate point-in-time catalog lookups into the lock-free read ...Matthew Saltz2023-01-261-1/+11
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-291-1/+1
* SERVER-64077 Remove `featureFlagCommandsAcceptCollectionUUID`Gregory Noma2022-04-211-8/+1
* SERVER-63528 Use db and collection instead of namespace in CollectionUUIDMism...Gregory Noma2022-02-151-4/+10
* SERVER-62861 Use `null` instead of empty string for `actualNamespace` in `Col...Gregory Noma2022-02-111-5/+2
* SERVER-62862 Add `expectedNamespace` to `CollectionUUIDMismatch` error responseGregory Noma2022-02-101-0/+2
* SERVER-62562 Use CollectionUUIDMismatch error code for collectionUUID paramet...Moustafa Maher Khalil2022-02-021-3/+5
* SERVER-62654 Add `checkCollectionUUIDMismatch` helperGregory Noma2022-01-141-6/+19
* SERVER-62429 Add `CollectionUUIDMismatch` error codeGregory Noma2022-01-111-0/+43