summaryrefslogtreecommitdiff
path: root/jstests/core/batch_write_command_update.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13210: include nModified for all mongod write commandsScott Hernandez2014-03-181-2/+2
* SERVER-12819 Reject write cmds where batch size > maxWriteBatchSizeJason Rassi2014-03-131-0/+39
* SERVER-13001: exclude nModified from legacy write resultsScott Hernandez2014-03-121-2/+2
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-0/+2
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-9/+9
* SERVER-12139 refactor bulk write op processing in batch write opsGreg Studer2014-01-071-2/+2
* SERVER-11969 w:0 on sharded write command is returning upserted valuesRandolph Tan2013-12-201-7/+13
* SERVER-9469 upserted field from write command response is now always an array.Randolph Tan2013-12-191-7/+16
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-4/+4
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-12/+12
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-0/+27
* SERVER-11772 new core suite for write command testingGreg Studer2013-11-181-0/+223