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

Consolidate getExecutorFind() and _getExecutorFind()

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: Query Execution
    • Fully Compatible
    • QE 2021-09-20

      These two functions (one with the underscore and one without) used to be necessary in order to support the code path for legacy OP_QUERY find. In particular, both getExecutorFind() and getExecutorLegacyFind() used to call _getExecutorFind(). However, the code for legacy OP_QUERY find was deleted under SERVER-57391. This means that _getExecutorFind() has just one caller, so it would be clearer if we combine it with getExecutorFind().

            Assignee:
            bobby.morck@mongodb.com Bobby Morck (Inactive)
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: