summaryrefslogtreecommitdiff
path: root/src/mongo/s/shard_key_pattern_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76948 Allow shard key fields to contain DBRefsCheahuychou Mao2023-05-101-0/+6
* SERVER-74124 Disallow shard key pattern with fields that have parts that star...Cheahuychou Mao2023-02-231-0/+11
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-73238 Move some shard_key_pattern query methods out of 'grid'Kaloian Manassiev2023-01-311-107/+2
* SERVER-69429 Check shard key restriction for indexes with `prepareUnique` optionYuhong Zhang2022-10-131-1/+1
* SERVER-69220 refineCollectionShardKey permits toggling current shard key fiel...Enrico Golfieri2022-09-071-0/+78
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-251-1/+0
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-141-0/+104
* Revert "SERVER-56127 Fixing retryable writes on update and delete commands to...Ethan Zhang2021-10-131-104/+0
* SERVER-56127 Fixing retryable writes on update and delete commands to not exe...Bobby Morck2021-10-081-0/+104
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-281-2/+10
* SERVER-55111 When using a nested shard key, a delete in a txn to a chunk that...Jordi Serra Torrens2021-05-171-0/+119
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-48/+48
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-6/+6
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-1/+2
* SERVER-44773 Optimise queries to cover on sharded clusters when using compoun...Arun Banala2020-01-221-0/+246
* SERVER-43914 Permit sharding commands to accept compound hashed shard key specsArun Banala2019-11-261-0/+24
* SERVER-44175 Reject shard key array descendantsBlake Oler2019-11-041-11/+7
* SERVER-43738: Remove bugprone-unused-raii in shard_key_pattern_test.cpp.Daniel Gottlieb2019-10-031-12/+12
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-241-15/+39
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-8/+4
* SERVER-41658 Convert ShardCollectionType into an IDL typeJamie Heppenstall2019-07-121-1/+1
* SERVER-36446 Remove unnecessary debug assert in shard_key_pattern.cppBlake Oler2019-07-091-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-301-6/+14
* SERVER-34644 Assert that ShardKeyPattern is always constructed with a valid keyKaloian Manassiev2018-04-261-65/+48
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-157/+163
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+16
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-051-1/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-419/+416
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+487