Bug #74159 | prototype for SHOW_FUNC handler declared as return int but return value ignored? | ||
---|---|---|---|
Submitted: | 30 Sep 2014 15:53 | Modified: | 30 Sep 2014 16:24 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S3 (Non-critical) |
Version: | MySQL 5.6.20 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[30 Sep 2014 15:53]
Hartmut Holzgraefe
[30 Sep 2014 15:54]
Hartmut Holzgraefe
PS: maybe a general "MySQL Server: Plugin API" in addition to the more specific "MySQL Server: Storage Engine API" one would make sense? I wasn't really sure which category to choose for this one ...
[30 Sep 2014 16:24]
MySQL Verification Team
I have carefully studies the code and I must agree with reporter. This is a minor bug, but still a bug. Either return the error or make a function void !!!!