summaryrefslogtreecommitdiff
path: root/src/mongo/db/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added logging preceding assertion in database.cpp for exceeded quotasAndrewCEmil2013-05-291-0/+1
* SERVER-8594 fix clearTmpCollections for collections with indexesMathias Stearn2013-02-281-7/+18
* SERVER-8594 do not attempt to drop index namespaces when clearing temp collec...Eric Milkie2013-02-151-1/+7
* SERVER-8521: clear temp collections when a database is opened, not server sta...Eliot Horowitz2013-02-141-0/+28
* SERVER-8521: remove Database::_openAllFilesEliot Horowitz2013-02-141-5/+2
* fix constructor check by making sure we don't throw a PageFaultException whil...Eliot Horowitz2012-12-311-0/+4
* SERVER-1739 - clean db profiling api in Database and fix nscannedEliot Horowitz2012-12-211-4/+4
* SERVER-7982 Upgrade indexes on system.users collections when starting up / op...Andy Schwerin2012-12-211-7/+12
* SERVER-7814 - log error but don't fail user op if can't profileEliot Horowitz2012-12-021-1/+1
* SERVER-6222: lazy init profile collectionBen Becker2012-07-021-10/+5
* removing invalid code that breaks SERVER-5670Eric Milkie2012-06-011-14/+0
* remove unused param in getAllShortNamesEliot Horowitz2012-05-071-1/+1
* SERVER-4138 give specific error on reserved Windows db nameTad Marshall2012-05-071-3/+25
* more removal of dbMutexEliot Horowitz2012-04-231-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-9/+9
* Merge remote branch 'main_readonly/master'Dwight2012-02-291-2/+8
|\
| * SERVER-4715 don't uassert for quota issues if have done any writes so farEliot Horowitz2012-02-281-2/+8
* | SERVER-4328 better assertdwight2012-02-231-2/+3
* | SERVER-4328 update assertlockeddwight2012-02-201-1/+1
* | SERVER-4328 protect dbholder with a mutex. could be slow so a todo to make fa...Dwight2012-02-141-20/+28
* | SERVER-4328 adjusting assertlocked calls to new more granular stuffdwight2012-02-131-7/+15
* | SERVER-4328 assert locked methodsdwight2012-02-121-2/+2
|/
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+423