summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_tags_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags ↵Jack Mulrow2020-03-271-14/+0
| | | | upgrade/downgrade code
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-0/+14
|
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-7/+7
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-011-1/+1
|
* SERVER-29397 Ensure user inserted invalid config.tags documents cause the ↵Dianna Hohensee2017-11-281-3/+2
| | | | auto-balancer to error rather than invariant
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
| | | | | | | | | | | BSONObj instances should now be compared via the comparator interface's evaluate() method. This preferred over using BSONObj::woCompare() directly. If the comparison doesn't require any database semantics (e.g. there is no collation), there is a global instance of the SimpleBSONObjComparator which should be used for BSONObj comparisons. If the comparison requires special semantics, then callers must instantiate their own comparator object.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-102/+94
|
* Revert "Revert "SERVER-18124 Move tags loading to the catalog manager""Kaloian Manassiev2015-05-201-0/+140
| | | | This reverts commit b59643cbf83cb8f31d1d1df99269885caf03724e.
* Revert "SERVER-18124 Move tags loading to the catalog manager"Kaloian Manassiev2015-05-201-140/+0
| | | | This reverts commit a92746a39fe7d45983d5fd5f7619d2c0005ce884.
* SERVER-18124 Move tags loading to the catalog managerKaloian Manassiev2015-05-191-0/+140