-
Type: Bug
-
Resolution: Won't Do
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Query Optimization
-
ALL
Structurally dead code
Actions intended to be performed by the unreachable code will never occur. Code block is unreachable because of the syntactic structure of the code
/src/mongo/db/query/cqf_fast_paths.cpp:655: UNREACHABLE 147407 Since the loop increment "++<anonymous>;" is unreachable, the loop body will never execute more than once.