Details
-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
The code coverage report highlighted the following line from multi_range_read.cc
720 2322 : if (!*key2) // key1(NULL) < key2(notNULL)
721 2322 : return -1;
722 0 : goto equals;
723 : }
the "goto equals" part is unreachable , but the equals: label does contain some code.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: Unreachable code in multi_range_read.cc in maria-5.3-dsmrr-cpk
Fixed in 5.3-dsmrr-cpk tree.