summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/index_key_validate_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-241-0/+1
* SERVER-26659 only use stricter key pattern validation for v:2 or new index bu...David Storch2016-10-201-40/+138
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-11064 Stricter validation of index key patterns.Max Hirschhorn2016-01-271-5/+57
* SERVER-19519 Disallow creating an index with key '_fts'Charlie Swanson2015-11-111-0/+11
* SERVER-21251 consistently use BSONElement::number() >= 0 to distinguish ascen...David Storch2015-11-031-28/+4
* SERVER-21166 validate that index key pattern values are representable as 32-b...David Storch2015-10-291-0/+101