| Age | Commit message (Collapse) | Author |
|
(#23244)
GitOrigin-RevId: eea3eadada403cb53bed26fa42104126b5ca7181
|
|
GitOrigin-RevId: 48a6e3df8b17f4db47bf607cb0a5343cbe3c78fc
|
|
the field is removed (#22887)
GitOrigin-RevId: 6028a354a803c1e3db09d9b740eaf8a24da62e91
|
|
Document::getNestedFieldNonCaching (#22647)
GitOrigin-RevId: a23bb1c6221c29937ccc05468cce1a5c41593a70
|
|
Document::getNestedFieldNonCaching (#22581)" (#22638)
Co-authored-by: auto-revert-processor <devprod-si-team@mongodb.com>
GitOrigin-RevId: 9d89a061f4920131fd6ae72ae7146aa2c101539b
|
|
Document::getNestedFieldNonCaching (#22581)
GitOrigin-RevId: dc36ba04c61ae94355cdf89ce18778c637d47f2a
|
|
possible (#19925)
GitOrigin-RevId: 40a369a271f2dd895302427b8f64776751a4bd24
|
|
GitOrigin-RevId: c5f723d2b759956381360bbbcd4d8606fc733da6
|
|
GitOrigin-RevId: 2aa03564ad22ec0b4a3517924ec2cec3bfb2e208
|
|
|
|
|
|
requireSequenceTokens to SearchCommand.CursorOptions to enable pagination of $search queries
|
|
|
|
This reverts commit 1a474953f59a356c1a8da08f2463be30af4610ae.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 112b848eada25cb0161a229592afec5030079d6b.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit also handles the inflation of Documents as expressions are
evaluated due to the internal caching in the Document class.
|
|
Co-authored-by: Mihai Andrei <mihai.andrei@10gen.com>
|
|
|
|
|
|
|
|
|
|
This logic was necessary in 4.4 to support the 4.2/4.4
upgrade/downgrade process. A 4.6 node can always use the new
array-based sort key format, since it never communicates
with a 4.2 mongos or mongod.
|
|
|
|
aggregates.
|
|
|
|
fields.
|
|
|
|
|
|
|
|
Document/Value is now used throughout the query execution
engine, and therefore should move into the directory which
holds query execution code.
|