summaryrefslogtreecommitdiff
path: root/jstests/core/create_indexes.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32043 Disallow users from creating new indexes in config.transactionsRandolph Tan2017-11-221-0/+6
* SERVER-29191 Dropping an index named "*" is ambiguous because createIndexes p...Matthew Russotto2017-07-061-0/+4
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-291-2/+2
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-0/+14
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-61/+63
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-3/+3
* SERVER-17425 Disallow creation of v0 indexesDan Pasette2015-09-221-15/+7
* SERVER-18062 Implicitly create database for createIndexesKaloian Manassiev2015-06-191-5/+21
* SERVER-17521: improve createIndex validation of empty nameEliot Horowitz2015-03-091-0/+6
* SERVER-16893 Disallow creation of v0 indexes with non-mmapv1 storage enginesalabid2015-01-231-0/+17
* SERVER-16930 createIndexes should always set numIndexesBefore and numIndexesA...Benety Goh2015-01-211-83/+106
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-281-2/+2
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+83