[MDEV-3533] LP:629684 - Unreachable code in multi_range_read.cc in maria-5.3-dsmrr-cpk Created: 2010-09-03 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Philip Stoev (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
The code coverage report highlighted the following line from multi_range_read.cc 720 2322 : if (!*key2) // key1(NULL) < key2(notNULL) the "goto equals" part is unreachable , but the equals: label does contain some code. |
| Comments |
| Comment by Sergei Petrunia [ 2010-09-13 ] |
|
Re: Unreachable code in multi_range_read.cc in maria-5.3-dsmrr-cpk |
| Comment by Rasmus Johansson (Inactive) [ 2011-12-13 ] |
|
Launchpad bug id: 629684 |