Bug #96523 remove default_alloc_size argument from init_tree()
Submitted: 13 Aug 2019 13:13 Modified: 13 Aug 2019 16:33
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 Aug 2019 13:13] Tor Didriksen
Description:
The function init_tree() makes some assumptions about MEM_ROOT allocations that no longer hold. Remove the default_alloc_size argument.

How to repeat:
Read the code.

Suggested fix:
N/A
[13 Aug 2019 16:33] Paul DuBois
Posted by developer:
 
Fixed in 8.0.19.

Code cleanup. No changelog entry needed.