summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_lifecycle_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24664 Get rid of calls to ShardingState::getCollectionMetadataLeon Zaruvinsky2016-06-221-26/+0
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-211-5/+1
* SERVER-2227 Addition of index usage statisticsJames Wahlin2015-09-031-1/+1
* SERVER-18084 Cleanup includesKaloian Manassiev2015-07-281-2/+1
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-2/+2
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-3/+7
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-35/+34
* SERVER-16984 UpdateLifecycleImpl can return empty collectionMetadata even if ...Randolph Tan2015-01-271-1/+2
* SERVER-14745 Remove WritebackListenerRandolph Tan2014-08-281-1/+1
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-2/+2
* SERVER-14738 Correctly determine if update w/ text index is in-placeJason Rassi2014-08-011-1/+1
* re-org structure and catalog directoriesEliot Horowitz2014-01-141-2/+2
* SERVER-10159 Re-use Collection and index data structures rather than re-acqui...Andrew Morrow2014-01-041-7/+10
* SERVER-11738: disable sharding version check during updateDan Pasette2013-11-161-9/+1
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-0/+85