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

Remove public method PlanExecutor::collection()

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.3.9
    • Affects Version/s: None
    • Component/s: Querying
    • Fully Compatible
    • Query 16 (06/24/16)
    • None
    • 0
    • None
    • None
    • None
    • None
    • None
    • None

      To simplify the PlanExecutor interface, the public method PlanExecutor::collection() should be removed. Collection information should logically be private to the PlanExecutor (it is currently only tracked for purposes of the PlanExecutor registration process). Current callers should use their existing Collection pointers instead of calling this method.

      The _collection member on PlanExecutor should also be moved to a member on PlanExecutor::ScopedExecutorRegistration. This member should be initialized through new a Collection* parameter to registerExec().

            Assignee:
            sally.mcnichols Sally McNichols (Inactive)
            Reporter:
            rassi J Rassi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: