Unreachable code in multi_range_read.cc in maria-5.3-dsmrr-cpk

Bug #629684 reported by Philip Stoev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MariaDB
Fix Released
Undecided
Sergey Petrunia

Bug 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.

Changed in maria:
assignee: nobody → Sergey Petrunia (sergefp)
milestone: none → 5.3
Revision history for this message
Sergey Petrunia (sergefp) wrote :

Fixed in 5.3-dsmrr-cpk tree.

Changed in maria:
status: New → Fix Committed
Changed in maria:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.