Bug #79037 get rid of dynamic_array in st_mysql_options
Submitted: 30 Oct 2015 14:16 Modified: 10 Nov 2015 13:28
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[30 Oct 2015 14:16] 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
[10 Nov 2015 13:28] Paul DuBois
Fixed in 5.8.0. Code cleanup. No changelog entry needed.
[18 Jun 2016 21:28] Omer Barnir
Posted by developer:
 
Reported version value updated to reflect release name change from 5.8 to 8.0