summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_bulkbuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56233 Support wildcard multikey paths on clustered collectionsLouis Williams2021-05-131-4/+5
* SERVER-55779 Clustered collections should store RecordIds as KeyStringLouis Williams2021-04-091-2/+2
* SERVER-53989 Generalize RecordId to store small binary stringsLouis Williams2021-02-101-1/+1
* SERVER-53982 RecordId supports ObjectId typeLouis Williams2021-01-291-1/+2
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-22/+33
* SERVER-42904 Fix unittest compileXiangyu Yao2019-08-211-15/+16
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-211-24/+23
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-8/+9
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-0/+134
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-7/+7
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-7/+7
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-7/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-031-7/+14
* SERVER-38226 Support storing a reserved RecordId in biggie SortedDataInterfaceGeert Bosch2018-11-261-0/+27
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-6/+6
* Revert "SERVER-36280 Create a feature tracker bit indicating the existence of...Eric Milkie2018-08-231-6/+6
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-221-6/+6
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-6/+8
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-18/+18
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-162/+162
* SERVER-17635 Improve SDI unittest helpersMathias Stearn2015-04-151-39/+37
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-10/+10
* SERVER-13635: remove WriteUnitOfWork from bulk builder commitEliot Horowitz2014-10-071-12/+0
* SERVER-13635: add WriteUnitOfWork and remove bad testsEliot Horowitz2014-10-071-85/+12
* SERVER-13635 Add some tests for the SortedDataBuilderInterface.Max Hirschhorn2014-10-061-0/+284