-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
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:223: MISSING_BREAK 116609 The case for value "mongo::STAGE_TEXT" is not terminated by a 'break' statement.
/src/mongo/db/query/plan_explainer_sbe.cpp:233: MISSING_BREAK 116609 The above case falls through to this one.