diff options
Diffstat (limited to 'src/mongo/db/ops/modifier_push.h')
-rw-r--r-- | src/mongo/db/ops/modifier_push.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/ops/modifier_push.h b/src/mongo/db/ops/modifier_push.h index a9b8f3f0f8d..85b4698e876 100644 --- a/src/mongo/db/ops/modifier_push.h +++ b/src/mongo/db/ops/modifier_push.h @@ -113,6 +113,8 @@ namespace mongo { bool _slicePresent; int64_t _slice; bool _sortPresent; + size_t _startPosition; + PatternElementCmp _sort; // Whether this mod is supposed to be parsed as a $pushAll. |