summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/mr_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2023-01-191-1/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-0/+1
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-2/+4
* SERVER-62050 Remove _opCtx from AutoGetCollectionFaustoleyva542022-01-051-2/+4
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-4/+4
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-2/+2
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-57194 Fix unit-tests to run with lock-free reads enabledDianna Hohensee2021-08-101-6/+4
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-0/+6
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-1/+1
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-6/+6
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+3
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-2/+0
* SERVER-44434 Remove legacy mapReduce command mongod codeJames Wahlin2020-03-191-51/+2
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-0/+2
* SERVER-45210 Accept and ignore nonAtomic:true option in mapReduceKatherine Wu2020-02-261-12/+12
* SERVER-45064 fix dbtest and unit tests to work with single phased index buildsBenety Goh2020-01-081-4/+18
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-1/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+3
* SERVER-44344 map reduce filters existing indexes on temp collection prior to ...Benety Goh2019-11-021-9/+2
* SERVER-44344 add MapReduce unit test for preserving indexes in existing outpu...Benety Goh2019-11-011-0/+80
* SERVER-42942 M/R Agg: Implement translation for cluster mapReduce commandNicholas Zolnierz2019-10-081-32/+37
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+1
* SERVER-41938 Refactor mapReduce command in support of alternate execution pathJames Wahlin2019-07-031-33/+31
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+2
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35937 Move authorization error handling to service entry pointNathan Orttung2018-07-101-6/+4
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-051-4/+4
* SERVER-34414 Create system indexes using the normal index creation and replic...Matthew Russotto2018-07-031-2/+4
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-061-5/+5
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-051-5/+5
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-021-5/+5
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-221-2/+242
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-7/+8
* SERVER-27306 Remove AutoGetCollection methods with std::string namespaceJames Wahlin2016-12-191-2/+5
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+5
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-251-0/+39
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-108/+158
* SERVER-5378 replaced jstests/core/mr_parampositions.js with mr_test.cpp for o...Benety Goh2014-07-011-0/+16
* SERVER-5378 added tests for parsing map reduce output optionsBenety Goh2014-07-011-0/+145