Coverity analysis defect 116607: Missing break in switch

XMLWordPrintableJSON

    • ALL
    • Query 2020-11-30, Query 2020-12-14
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: