Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-15301

Remove uses of query options bit vector

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 5.2.0
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • Fully Compatible
    • QE 2021-10-18, QE 2021-11-01

      As of b05a745cd74, the "flags" integer passed as part of an OP_QUERY message is no longer stored as a bit vector, but is parsed to a LiteParsedQuery::Options struct. However, this bit vector is still used in several places (notably, in ClientCursor). As advance work for transitioning from the OP_QUERY wire protocol message to the find command, we should remove any remaining uses of this bit vector.

            Assignee:
            david.storch@mongodb.com David Storch
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: