summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_key_index_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74668 findShardKeyPrefixedIndex func extracts index catalog from Coll...Tommaso Tocci2023-03-101-7/+14
* SERVER-71614 Add case to hide the index when is not compatible with shard key.Pol Pinol Castuera2022-12-191-0/+7
* SERVER-68769 If the shard key index cannot be dropped, it cannot be hidden.Pol Pinol Castuera2022-11-111-5/+9
* SERVER-67299: Dropping shard key index fails if only multikey index leftnandinibhartiyaMDB2022-08-041-1/+1
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-50792 Implement detailed shard key index errorsIsrael Hsu2022-06-131-12/+61
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-6/+6
* SERVER-6491 Prevent dropping shard key index when alternative index doesn't e...Randolph Tan2022-03-161-0/+150