summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_details.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove typoEliot Horowitz2012-06-051-1/+1
* add NamespaceDetails::replaceUserFlags and NamespaceDetails::syncUserFlags in...Eliot Horowitz2012-06-051-4/+40
* Rename sayDbContext() to logContext(), and move from util.{h,cpp} to log.{h,c...Andy Schwerin2012-05-311-4/+1
* eliminate wrapper functionEric Milkie2012-05-041-1/+1
* more removal of dbMutexEliot Horowitz2012-04-231-1/+1
* Remove NamespaceDetailsTransient::setIndexMultikey() and directly call clearQ...Aaron2012-04-191-6/+1
* SERVER-5301 Clear query plan cache when an index becomes multikey.Aaron2012-04-191-1/+7
* Move NamespaceDetails::setIndexInsMultikey implementation out of header.Aaron2012-04-191-1/+8
* make NamespaceDetails::(capped|max) private to work on SERVER-5285Eliot Horowitz2012-04-071-8/+13
* removed unused NamespaceDetails::capped2Eliot Horowitz2012-04-071-5/+1
* split flags into system and user flags so we can replicate user flagsEliot Horowitz2012-04-061-8/+17
* fix DEBUG compileEliot Horowitz2012-04-061-1/+1
* SERVER-5046 option to set record allocation to power of 2sEliot Horowitz2012-04-061-0/+8
* move record allocation math into NamespaceDetailsEliot Horowitz2012-04-061-0/+9
* make NamesapceDetails::_flags privateEliot Horowitz2012-04-061-1/+8
* pare down pch.h some moreEric Milkie2012-04-051-10/+15
* Fix --dd compile after Eliot's privatization of paddingFactor in NamespaceDet...Andy Schwerin2012-04-031-1/+1
* make NamespaceDetails::paddingFactor privateEliot Horowitz2012-04-031-1/+1
* in NamespaceDetailsTransient::computeIndexKeys don't set cached flag till cac...Eliot Horowitz2012-04-011-1/+1
* make records in DeletedRecord privateEliot Horowitz2012-03-301-27/+27
* make fields in Record privateEliot Horowitz2012-03-301-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-20/+20
* SERVER-5348: fix wrong usage of BOOST_CHECK_EXCEPTION macro BOOST_CHECK_EXCEP...Pedro Larroy2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-0/+801