summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/btree_key_generator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-10/+10
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-271-27/+78
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-82/+83
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+17
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-221-4/+4
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-231-2/+105
* Revert "SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-aware"Tess Avitabile2016-03-221-105/+2
* SERVER-23092 Update BtreeKeyGeneratorV1 to be collation-awareTess Avitabile2016-03-221-2/+105
* SERVER-22400 Compute multikey paths in BtreeKeyGeneratorV1::getKeys().Max Hirschhorn2016-03-171-125/+287
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-772/+771
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-8192 add tests for V1 index key generationDavid Storch2015-03-171-0/+236
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+2
* SERVER-8192 additional btree key generation unit testsDavid Storch2014-05-271-0/+48
* Revert "SERVER-8192 rewritten V1 btree key generation"David Storch2014-05-241-47/+5
* SERVER-8192 rewritten V1 btree key generationDavid Storch2014-05-131-5/+47
* SERVER-8192 port btree key generation tests to a new unit testDavid Storch2014-04-211-0/+541