summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/drop_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+13
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-241-1/+1
* SERVER-25681 fix ViewCatalog reload raceKyle Suarez2016-08-191-2/+1
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-2/+6
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-241-12/+18
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-18351 Invalidate collection after dropKaloian Manassiev2015-07-311-2/+7
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-37/+38
* SERVER-18807 modified ReplicationCoordinator::canAcceptWritesForDatabases to ...Benety Goh2015-06-091-1/+1
* SERVER-17923 prohibit database/collection actions when bg index is runningEric Milkie2015-06-041-12/+2
* SERVER-18420 fix double populating of result in dropCollectionmatt dannenberg2015-05-151-2/+4
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+109