summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-3/+3
* SERVER-76744 Drop command must fail on system collectionsAntonio Fuschetto2023-05-091-0/+36
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+4
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-1/+8
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-8/+1
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-1/+8
* SERVER-73115 Always include tenant in collection name attributes in log linesmathisbessamdb2023-03-301-4/+4
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-10/+11
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-131-3/+4
* SERVER-43894 dropCollection should return success if the collection does not ...Dianna Hohensee2023-02-091-29/+46
* SERVER-71880 Expose fromMigrate parameter in dropCollection() API methodsPaolo Polato2022-12-191-16/+28
* SERVER-69435 Make the CSS acquisition a RAIIJordi Serra Torrens2022-10-261-1/+2
* SERVER-70556 Clean up index catalog counter methodsShin Yee Tan2022-10-181-3/+3
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-291-1/+1
* SERVER-67383 Use `CollectionNamespaceOrUUIDLock` to lock collections via UUIDGregory Noma2022-09-161-1/+1
* SERVER-66641 Introduce multi-tenancy for change collections.Rishab Joshi2022-09-151-2/+2
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-4/+88
* SERVER-67679 Fix concurrent collection drops from returning NamespaceNotFound...Faustoleyva542022-08-081-10/+13
* 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-3/+3
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-06-271-1/+8
* SERVER-63109 Change CollectionCatalog::_databaseProfileSettings to be keyed b...Sophia Tan2022-05-191-3/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-1/+1
* SERVER-65408 Fix locking for warnEncryptedCollectionsIfNeededMark Benvenuto2022-04-121-5/+3
* SERVER-51236 Merge UncommittedCollections with UncommittedCatalogUpdatesFaustoleyva542022-04-071-1/+0
* SERVER-64914 warn if a user drops an encrypted collection before state collec...Mark Benvenuto2022-04-011-1/+46
* SERVER-57250 Merge ViewCatalog into CollectionCatalogDan Larkin-York2022-02-261-5/+6
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-7/+48
* SERVER-53307 Make ViewCatalog globalDan Larkin-York2022-01-221-3/+3
* SERVER-59934 Take a MODE_X collection lock when dropping regular viewsPavi Vetriselvan2021-09-291-1/+4
* SERVER-60007 Implement command to drop collection if its UUID differs from th...Pierlauro Sciarelli2021-09-211-26/+65
* SERVER-59126 Delete buckets collection metadata from config servers on time-s...Nikita Lapkov2021-09-201-2/+7
* SERVER-57729 Fixed namespace error when dropping a collectionlukebhan2021-07-141-2/+2
* SERVER-57119 Changed view_catalog interface to only use NamespaceStringlukebhan2021-06-231-5/+4
* SERVER-57678 Take MODE_X collection lock when dropping timeseries view.Henrik Edin2021-06-161-0/+7
* SERVER-56292 Ensure time-series collections properly handle stepdown and stepupGregory Noma2021-04-291-9/+2
* SERVER-55915 Fix dbtest with improved auditing coverage enabledBen Caimano2021-04-081-4/+4
* SERVER-54902 Creating timeseries bucket collection and view definition is now...Henrik Edin2021-04-051-25/+40
* SERVER-54260: Ensure that DDL operations are only audited on primariesVarun Ravichandran2021-03-011-4/+4
* SERVER-50993: Audit dropCollection for viewsVarun Ravichandran2021-02-031-3/+14
* SERVER-52550 Convert "drop" command to generated base classA. Jesse Jiryu Davis2020-12-221-18/+18
* SERVER-52523 Implement in-memory time-series bucket catalogGregory Noma2020-11-251-7/+12
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-8/+8
* SERVER-51873 Remove system.buckets collection when dropping time-series viewGregory Noma2020-11-091-43/+83
* SERVER-50145 Collection instances are modified using copy-on-writeHenrik Edin2020-10-081-3/+2
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-7/+8
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+7