summaryrefslogtreecommitdiff
path: root/src/mongo/s/collection_metadata.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-728/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-577/+543
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-7/+7
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-11/+14
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-1/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6
* SERVER-16223 invariant not dassert on metadata reload sanity checksGreg Studer2014-11-181-9/+26
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-0/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-12638 Sharding chunks ranges overlapRandolph Tan2014-04-031-1/+3
* SERVER-12515 Unable to move hashed shard key chunks created by numInitialChunksRandolph Tan2014-02-181-2/+3
* SERVER-11531, SERVER-10489, SERVER-6835, SERVER-4830: Refactor update system ...Scott Hernandez2013-11-131-0/+19
* Remove unused variable in CollectionMetadata::isValidKeyA. Jesse Jiryu Davis2013-10-281-1/+0
* SERVER-11175 disable !belongsToMe logging in debug modeGreg Studer2013-10-151-2/+3
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-10013 use old manager for chunk version rollback on migration failGreg Studer2013-08-271-3/+3
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-141-17/+26
* Revert "SERVER-8869 command to merge co-located chunks"Greg Studer2013-08-131-26/+17
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-131-17/+26
* SERVER-8598 merge newest pending chunks from stored metadata with newest chun...Greg Studer2013-08-061-16/+0
* SERVER-8598 command to iteratively cleanup orphaned dataGreg Studer2013-08-061-0/+94
* SERVER-10410 allow full reporting of current collection metadata stateGreg Studer2013-08-021-0/+46
* SERVER-8869 merge chunks: metadata clone and sharding state pieceGreg Studer2013-08-011-0/+82
* SERVER-8598 replace trySetVersion with epoch-safe refresh behaviorGreg Studer2013-07-261-7/+3
* SERVER-8598 allow CollectionManager to track pending chunksGreg Studer2013-07-101-104/+264
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-0/+325