summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/list_indexes.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection ↵Henrik Edin2020-08-071-1/+1
| | | | | | | | | catalog that returns collection as shared_ptr<const Collection> AutoGetCollectionForRead and AutoGetCollectionForReadCommand now uses this and holds the shared_ptr. They return the collection as const. Const correct various places to make this possible. Moved some logic from Collection destructors to deregister from the catalog as they may now be destroyed at a later point.
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output ↵Ted Tuckman2019-11-151-0/+54
to different DB