summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update.h
Commit message (Expand)AuthorAgeFilesLines
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* Store MatchDetails::_elemMatchKey as a string.Aaron2012-03-221-1/+1
* SERVER-4776 only use numeric comparison in updates when applying modifiers to...Aaron2012-03-061-3/+11
* keep shared_ptr<ModState> in ModStateHolder so ModState objects can be shared...Aaron2012-03-061-6/+7
* add a functor version of lexNumCmpAaron2012-03-061-4/+2
* SERVER-4907 hint _id or else $natural when calling updateObjects for oplog en...Aaron2012-02-121-4/+6
* SERVER-4333 add fromMigrate flag to identify sharding oplog entriesEric Milkie2012-02-101-3/+18
* remove dead modifier codeAaron2012-02-061-29/+0
* SERVER-4777 avoid 'weird case' assertion on modifier update with duplicate fi...Aaron2012-02-061-0/+3
* SERVER-4683 use stackbufbuilder in stringbuilder. this is a tweak and does no...dwight2012-01-141-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+700