Bug #97021 remove the C macros MY_MAX and MY_MIN
Submitted: 25 Sep 2019 15:02 Modified: 30 Sep 2019 16:36
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.19 OS:Any
Assigned to: CPU Architecture:Any

[25 Sep 2019 15:02] Tor Didriksen
Description:
Remove the C macros MY_MAX and MY_MIN, use std::max and std::min instead.

How to repeat:
Read the code.

Suggested fix:
use std::max and std::min
[30 Sep 2019 16:36] Paul DuBois
Posted by developer:
 
Fixed in 8.0.20.

Code cleanup. No changelog entry required.