-
Type: Bug
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Engines
-
1
-
Storage Engines - 2022-06-27
In cursor_bound_01.cpp: line 88, line 89:
1. member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize _inclusive. 88 bool _inclusive; CID 122324 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR) 2. member_not_init_in_gen_ctor: The compiler-generated constructor for this class does not initialize _lower_bound. 89 bool _lower_bound;