A scalar field is not initialized by the constructor
Defect 104949 (STATIC_C)
Checker UNINIT_CTOR (subcategory none)
File: /src/mongo/db/storage/biggie/biggie_sorted_impl.cpp
Function mongo::biggie::SortedDataInterface::SortedDataInterface(const mongo::Ordering &, bool, mongo::StringData)
/src/mongo/db/storage/biggie/biggie_sorted_impl.h, line: 177
Class member declaration for "_dupsAllowed".
bool _dupsAllowed;
/src/mongo/db/storage/biggie/biggie_sorted_impl.cpp, line: 310
Non-static class member "_dupsAllowed" is not initialized in this constructor nor in any functions that it calls.
}