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

Remove unused sbe::HashJoinStage::_bytecode, _compiled

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Query Execution
    • Fully Compatible
    • QE 2024-03-04

      sbe::HashJoinStage contains data members that are no longer used:

      • vm::ByteCode _bytecode;
      • bool _compiled{false};

      These should be removed.

      _compiled is actually checked in HashJoinStage::getAccessor() but it is always true at that point.

            Assignee:
            kevin.cherkauer@mongodb.com Kevin Cherkauer
            Reporter:
            kevin.cherkauer@mongodb.com Kevin Cherkauer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: