summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops
Commit message (Expand)AuthorAgeFilesLines
* SERVER-11969 w:0 on sharded write command is returning upserted valuesRandolph Tan2013-12-201-4/+41
* SERVER-9469 proper optime BSON type in batch resultEric Milkie2013-12-193-9/+10
* SERVER-9469 upserted field from write command response is now always an array.Randolph Tan2013-12-196-93/+10
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-199-180/+104
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2013-12-181-1/+1
* SERVER-9469 Make 'n' field in write commands mandatory.Randolph Tan2013-12-161-1/+1
* SERVER-9469 Add writeConcerError field to responseRandolph Tan2013-12-165-1/+352
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-1616-167/+167
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-167-51/+151
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-134-0/+58
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-1020-0/+240
* SERVER-11948 Add metadata field for write command requestsRandolph Tan2013-12-0915-410/+432
* SERVER-11874 Add helper methods for insert/update/remove to the cluster_write...Randolph Tan2013-12-023-0/+19
* SERVER-11712 Improve error reporting on config server writesRandolph Tan2013-11-181-19/+14
* SERVER-10818 config batches with w:0 wc can dassertGreg Studer2013-11-141-1/+0
* SERVER-11681 fix batch targeting and gle upconversion for COE compatibilityGreg Studer2013-11-144-20/+16
* SERVER-11681 fix gle on upconvert for legacy upserts into mongosGreg Studer2013-11-141-5/+59
* SERVER-11686 write_cmd_auto_split.js failure on debug buildsRandolph Tan2013-11-131-4/+12
* SERVER-10818 send shardName and version with every batch write requestGreg Studer2013-11-139-6/+152
* SERVER-10818 use separate write execution path for config server batch writesGreg Studer2013-11-135-2/+573
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-1139-0/+7635