Bug #73016 get rid of dynamic_array in my_load_defaults(), mysql.cc mysqlbinlog.cc
Submitted: 16 Jun 2014 15:28 Modified: 20 Jun 2014 13:20
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[16 Jun 2014 15:28] Tor Didriksen
Description:
Our array abstractions should be removed, and substituted with modern data
structures.
See e.g. Bug#18556403, Bug#18486249 and other similar bugs.

Templatized vectors are:
 - type safe
 - easier to read/maintain
 - faster

How to repeat:
Read the code

Suggested fix:
Use prealloced_array
[20 Jun 2014 13:20] Paul DuBois
Fixed in 5.7.5.

Code cleanup. No changelog entry needed.