summaryrefslogtreecommitdiff
path: root/src/mongo/db/nesting_depth_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-2/+2
|
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-0/+143
|
* SERVER-28347 enforce storage depth limit for user documentsKyle Suarez2017-03-241-0/+333
Introduces a nesting depth limit for document storage, which is lower than the hard limit for general BSONObjects. Users cannot insert documents exceeding this limit, nor can they update a document to exceed it.