Bug #74630 template-based queue/heap in merge_walk and ror_union
Submitted: 30 Oct 2014 8:05 Modified: 6 Nov 2014 21:54
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

[30 Oct 2014 8:05] Tor Didriksen
Description:
Our QUEUE implementation should be replaced by a templatized C++ version.
Templatized heaps are
 - type safe
 - easier to read/maintain
 - faster

How to repeat:
Read the code.

Suggested fix:
See http://clustra.no.oracle.com/orabugs/bug.php?id=19844782
[6 Nov 2014 21:54] Paul DuBois
Fixed in 5.7.6. Code cleanup. No changelog entry needed.