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

Coverity analysis defect 116607: Missing break in switch

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
    • ALL
    • Query 2020-11-30, Query 2020-12-14

      Missing break in switch

      Execution falls through to the next case statement or default; this might indicate a common typo. Missing break statement between cases in switch statement
      /src/mongo/db/query/plan_explainer_sbe.cpp:193: MISSING_BREAK 116607 The case for value "mongo::STAGE_SKIP" is not terminated by a 'break' statement.
      /src/mongo/db/query/plan_explainer_sbe.cpp:197: MISSING_BREAK 116607 The above case falls through to this one.

            Assignee:
            anton.korshunov@mongodb.com Anton Korshunov
            Reporter:
            xgen-internal-coverity Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: