summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_legacy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23945 make IndexCatalog::_fixIndexSpec() use Status instead of throwingDavid Storch2016-05-251-1/+1
* Change to std::string on files depending on s2Kevin Albertson2015-07-161-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-37/+37
* SERVER-13641 Stop making a new OperationContextImpl in Database::getFileFormatMathias Stearn2014-05-301-2/+4
* SERVER-13638: remove unneeded NamespaceDetails includesEliot Horowitz2014-04-211-1/+0
* SERVER-13084: const work for NamespaceDetails to make it clear where more wor...Eliot Horowitz2014-04-031-12/+0
* SERVER-8391 introduce a (indexObj x doc) -> keys function for upgrade checkingHari Khalsa2014-02-191-2/+2
* SERVER-12767 refactored key generation in db/index.Benety Goh2014-02-191-3/+2
* SERVER-12175 Add 2dsphere index option "2dsphereIndexVersion"Jason Rassi2014-02-151-1/+6
* re-org structure and catalog directories part 2Eliot Horowitz2014-01-151-1/+1
* SERVER-10913 textSearchEnabled parameter deprecated, rejects falseJason Rassi2013-12-131-8/+0
* SERVER-11178 remove catalog hackHari Khalsa2013-12-131-1/+0
* SERVER-10857 Remove erroneous IndexName::TEXT_INTERNALJason Rassi2013-12-041-2/+2
* SERVER-11178: index building now all with IndexCatalog, CatalogHack out of al...Eliot Horowitz2013-11-021-2/+2
* SERVER-11178: IndexLegacy::getMissingField using IndexCatalogEliot Horowitz2013-11-021-2/+9
* SERVER-11178: IndexLegacy partly to IndexCatalogEliot Horowitz2013-11-021-4/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8791 SERVER-9212 remove IndexSpecHari Khalsa2013-05-021-0/+81