| Bug #78177 | Incorrect declaration in client_plugin.h | ||
|---|---|---|---|
| Submitted: | 23 Aug 2015 18:37 | Modified: | 20 Nov 2015 14:23 | 
| Reporter: | Alexey Kopytov | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: C API (client library) | Severity: | S3 (Non-critical) | 
| Version: | 5.6, 5.7, 5.6.26 | OS: | Any | 
| Assigned to: | CPU Architecture: | Any | |
   [23 Aug 2015 18:37]
   Alexey Kopytov        
  
 
   [23 Aug 2015 18:38]
   Alexey Kopytov        
  Also applies to 5.6.
   [24 Aug 2015 6:20]
   MySQL Verification Team        
  Hello Alexey, Thank you for the report. Thanks, Umesh
   [11 Nov 2015 14:53]
   Alexey Kopytov        
  Changed the category from embedded library to C API.
   [20 Nov 2015 14:23]
   Paul DuBois        
  Noted in 5.8.0 changelogs. The client-side plugin deinitialization function signature was changed from int (*deinit)() to int (*deinit)(void) to avoid warnings when compiling with -Wstrict-prototypes.

