summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/validate_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-301-1/+1
* SERVER-30356 Ensure validation reports the appropriate number of fields for m...Gregory Wlodarek2019-04-291-0/+270
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-26/+26
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-261-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Justin Seyster2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* Revert "SERVER-39520 Use database IX lock for dropCollection"Xiangyu Yao2019-04-251-0/+1
* SERVER-39520 Use database IX lock for dropCollectionXiangyu Yao2019-04-251-1/+0
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-39517 Only use Collection MODE_X for index creation and dropGeert Bosch2019-04-161-4/+3
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-271-1/+1
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-7/+13
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-071-7/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+1
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-031-5/+0
* SERVER-37365 Don't use `ignore()` in some tests.ADAM David Alan Martin2018-10-021-2/+1
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-021-5/+5
* SERVER-36444 Validate support for $** multikey metadata path index keysJames Wahlin2018-09-191-11/+221
* SERVER-36662 Delete UpdateNotifier.David Storch2018-08-291-10/+8
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-23/+13
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-1/+0
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-3/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30352 Add a new class that will keep track of the index inconsistencie...Gregory Wlodarek2017-08-091-68/+229
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-51/+67
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+2
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-126/+146
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-2/+26
* SERVER-24986 validate() should work with partial indexes and invalid documentsRobert Guo2016-07-191-0/+56
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-42/+68
* SERVER-23644 add more tests for validate()Robert Guo2016-05-181-0/+106
* SERVER-24008 fix lintRobert Guo2016-05-031-4/+1
* SERVER-24008 validate() should check index is partial before multikeyRobert Guo2016-05-031-1/+8
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-44/+49
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-6/+4
* Revert "SERVER-23271 Fix dbtest for RecordStore::updateRecord contract change"Benety Goh2016-04-211-43/+40
* SERVER-23271 Fix dbtest for RecordStore::updateRecord contract changeJames Wahlin2016-04-211-40/+43
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-4/+6
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-4/+7
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-7/+4
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-4/+7
* SERVER-7326 Add full validation of all index typesRobert Guo2016-04-131-11/+368
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-0/+11