Bug #84582 Replace MYSQL_CLIENT ifdef with !MYSQL_SERVER
Submitted: 20 Jan 2017 12:40 Modified: 23 Jan 2017 14:25
Reporter: Jon Olav Hauglid Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[20 Jan 2017 12:40] Jon Olav Hauglid
Description:
We currently have both #ifdef MYSQL_CLIENT and #ifdef MYSQL_SERVER
These two are related in confusing ways. It turns out that MYSQL_CLIENT can pretty simply be replaced with !MYSQL_SERVER.

How to repeat:
Code inspection
[23 Jan 2017 14:25] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Code cleanup. No changelog entry needed.