summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68820 Move temp collection cleanup paths out of DatabaseKaloian Manassiev2022-08-151-0/+17
* SERVER-62448 Add collectionUUID parameter to drop commandFaustoleyva542022-02-101-1/+7
* SERVER-60007 Implement command to drop collection if its UUID differs from th...Pierlauro Sciarelli2021-09-211-0/+7
* SERVER-56059 Missing '#pragma once' on drop_collection.hSergi Mateo Bellido2021-04-131-0/+2
* SERVER-52550 Convert "drop" command to generated base classA. Jesse Jiryu Davis2020-12-221-3/+4
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-8/+15
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-271-6/+0
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-271-0/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29752 support dropping of system collections when applying operationsBenety Goh2017-06-211-4/+6
* SERVER-29274 add optional dropOpTime argument to mongo::dropCollection()Benety Goh2017-05-301-0/+12
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-11/+11
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+43