Bug #96866 remove the c macro array_ellements
Submitted: 13 Sep 2019 12:57 Modified: 16 Sep 2019 16:06
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

[13 Sep 2019 12:57] Tor Didriksen
Description:
The file include/my_macros.h still contains some obsolete macros.
Remove the macro array_elements, it is no longer needed since all code using it is now C++

How to repeat:
Read the code.

Suggested fix:
Remove the C macro, use the C++ template version instead.
[16 Sep 2019 16:06] Paul DuBois
Posted by developer:
 
Fixed in 8.0.19.

Code cleanup. No changelog entry required.