summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_collection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
* SERVER-32288 Add isAssignedShardKey field to CollectionTypeRandolph Tan2018-01-191-0/+17
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-1/+1
* SERVER-29759 on _configsvrSetFeatureCompatibilityVersion=3.6, generate and pe...Esha Maharishi2017-06-261-0/+22
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-0/+13
* SERVER-26777 Improve logging around chunk refreshKaloian Manassiev2016-10-271-2/+9
* SERVER-24438 Extend mongos catalog to store collection default collationTess Avitabile2016-07-201-0/+21
* SERVER-22247 Do not fail when parsing pre-2.2 sharding collection metadataKaloian Manassiev2016-01-211-8/+11
* SERVER-18796: sh.status() show 'dropped:false' colls againKevin Pulo2015-07-131-4/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-149/+142
* SERVER-18947 Add task executor to RS catalog manager testsKaloian Manassiev2015-06-161-24/+31
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-14/+0
* SERVER-18438 Remove unused sharding codeKaloian Manassiev2015-05-291-5/+5
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-2/+2
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-9/+9
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-2/+2
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-2/+2
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-0/+242