summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/private/record_store_validate_adaptor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42207 Some style and code cleanup around the collection validation codeDianna Hohensee2019-07-161-308/+0
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-7/+9
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-30/+12
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-12/+30
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-30/+12
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGregory Wlodarek2019-06-261-7/+7
* SERVER-41540 Fix _indexNsResultsMap usageGregory Wlodarek2019-06-251-6/+3
* SERVER-41539 Cache key ordering in IndexInfoCache ordering in IndexInfoGregory Wlodarek2019-06-251-7/+5
* SERVER-41538 Remove indirection through indexNumber in IndexConsistencyGregory Wlodarek2019-06-251-18/+13
* SERVER-41534 Reuse KeyString in RecordStoreValidateAdaptorGregory Wlodarek2019-06-251-6/+8
* SERVER-36386 Remove failIndexKeyTooLong server parameterGabe Villasana2019-06-241-1/+1
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-06-131-1/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-30356 Improve error reporting for validationGregory Wlodarek2019-04-291-14/+20
* SERVER-38886 Refactor RecordStore::validate implementationsDivjot Arora2019-02-261-1/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37263: Write updates to background building indexes into a temp table.Daniel Gottlieb2018-11-121-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-7/+7
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-4/+28
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-121-2/+11
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-1/+11
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-9/+10
* SERVER-36329 Deprecate failIndexKeyTooLong server parameterXiangyu Yao2018-08-061-1/+1
* SERVER-30353 Create an index observer to notify us of changes made to index a...Gregory Wlodarek2017-08-091-0/+1
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-40/+11
* SERVER-30351 Add a traverseRecordStore() function in the RecordStoreValidateA...Gregory Wlodarek2017-08-011-0/+55
* SERVER-30453 Remove the record_store_validate_adaptor library and move its so...Gregory Wlodarek2017-08-011-0/+245