Bug #89319 fix includes in innodb in preparation for clang-format
Submitted: 19 Jan 2018 12:49 Modified: 29 Jan 2018 13:30
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:9.0.0 OS:Any
Assigned to: CPU Architecture:Any

[19 Jan 2018 12:49] Tor Didriksen
Description:
Prepare for clang-format --style=Google
This will re-order #includes in all affected files, and this exposed some missing #includes in InnoDB headers.

How to repeat:
Run clang-format on InnoDB files, the result does not build on all platforms.

Suggested fix:
Add the missing #includes now, rather than a post-push fix for the clang-format change.
[29 Jan 2018 13:30] Paul DuBois
Posted by developer:
 
Fixed in 9.0.0.

Code cleanup. No changelog entry needed.
[13 Feb 2018 2:27] Paul DuBois
Posted by developer:
 
Fixed in 8.0.5, not 9.0.0.