Remove more owned raw pointers from QueryPlanner code

XMLWordPrintableJSON

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

      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 (Inactive)
              Reporter:
              David Storch
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: