Bug #86177 Migrate from hash to std::unordered_map
Submitted: 4 May 2017 8:36 Modified: 10 May 2017 14:33
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[4 May 2017 8:36] Steinar Gunderson
Description:
We have our own home-grown associative array, HASH, that is entirely type-unsafe and pretty naive. We should replace it with std::unordered_map (and occasionally std::unordered_set) throughout.

How to repeat:
N/A

Suggested fix:
N/A
[10 May 2017 14:33] Paul DuBois
Posted by developer:
 
Fixed in 8.0.2.

Code cleanup. No changelog entry needed.