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

Remove more owned raw pointers from QueryPlanner code

    • Type: Icon: Improvement Improvement
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • 23

      The QueryPlanner still has places where it uses owned raw pointers which should be modernized to use std::unique_ptr:

      QuerySolutionNode also holds its children by raw pointer rather than std::unique_ptr, but fixing this is tracked by related ticket SERVER-35512.

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

              Created:
              Updated:
              Resolved: