[MDEV-13958] mariadb-10.2.9/libmariadb/libmariadb/mariadb_lib.c :3871: possible missing break ? Created: 2017-09-29 Updated: 2017-09-29 Resolved: 2017-09-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Compiling |
| Affects Version/s: | 10.2.9 |
| Fix Version/s: | 10.2.10 |
| Type: | Bug | Priority: | Critical |
| Reporter: | David Binderman | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | cppcheck | ||
| Description |
|
Source code is
Suggest add missing break. |
| Comments |
| Comment by Georg Richter [ 2017-09-29 ] |
|
This was already fixed, but obviously merged too late in 10.2-server branch for 10.2.9 release. commit d76663a46ca30187c47b8ae1d51f08f52c90485e Added missing break in mysql_get_infov |