summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/path_support.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-427/+0
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+6
|
* SERVER-22635 adjust CannotBackfillArray error checking to ensure array mods ↵David Storch2016-03-101-6/+7
| | | | | | | | | replicate properly Previously we would return CannotBackfillArray whenever we had to lengthen an array to index kMaxPaddingAllowed. Now we only return the error if we actually have to backfill kMaxPaddingAllowed null elements.
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-121-6/+5
| | | | | | MSVC 2013 doesn't support thread-safe initialization of function-local static-duration objects, so it's possible to return a reference to 'eooElement' prior to the value being fully initialized.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-323/+286
|
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
|
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+2
|
* SERVER-14973 consolidate shard key parsing, cleanup shard key patternsGreg Studer2014-10-161-0/+196
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-7176: return better error message from pathsupport::findLongestPrefixScott Hernandez2013-07-301-1/+4
|
* SERVER-10275 Use size_t in pathsupport functionAndrew Morrow2013-07-221-9/+4
|
* Avoid underflow if asked to pad to smaller than current sizeAndrew Morrow2013-07-031-5/+7
|
* SERVER-7176 Cap the amount of array backfilling in an update.Alberto Lerner2013-06-041-0/+7
|
* SERVER-7172 Fix dassert to compileAlberto Lerner2013-05-031-1/+1
|
* SERVER-7172 Build support for creating a path in a mutable document.Alberto Lerner2013-05-031-4/+129
|
* SERVER-7172 Build support for finding a path in a mutable document.Alberto Lerner2013-04-101-0/+120