summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_index_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-021-59/+0
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-151-2/+5
* Revert "SERVER-28742: Assign prefixes to collections/indexes when --groupColl...Daniel Gottlieb2017-05-051-5/+2
* SERVER-28742: Assign prefixes to collections/indexes when --groupCollections ...Daniel Gottlieb2017-05-051-2/+5
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-2/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+2
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-191-1/+3
* SERVER-18879 Add indexOptionDefaults to CollectionOptions.Max Hirschhorn2015-08-061-1/+1
* SERVER-17335 Add validation for WT index and collection options.Max Hirschhorn2015-07-131-6/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-77/+76
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17635 Improve SDI unittest helpersMathias Stearn2015-04-151-10/+11
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-25/+18
* SERVER-17481 validate should call into WT_SESSION::verify()Mathias Stearn2015-03-061-22/+0
* Revert "SERVER-17356 Rename 'storageEngine' to 'storage' in collection and in...Dan Pasette2015-02-251-5/+5
* SERVER-17356 Rename 'storageEngine' to 'storage' in collection and index optionsMathias Stearn2015-02-241-5/+5
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16632: use KeyString for WiredTiger index keysEliot Horowitz2014-12-311-3/+3
* SERVER-16367 Add versioning info to collectionsEric Milkie2014-12-231-1/+26
* SERVER-16233 added WiredTigerIndex::generateCreateString to construct configu...Benety Goh2014-12-031-1/+53
* SERVER-16199 Use WT bulk cursor for bulk index buildsMathias Stearn2014-11-211-2/+2
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+92