Bug #79456 cleanup usage of my_hash_get_key
Submitted: 30 Nov 2015 11:50 Modified: 2 Dec 2015 14:08
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 Nov 2015 11:50] Tor Didriksen
Description:
Cleanup usage of the my_hash_get_key typedef.
Third argument was always unused.
Change signature to const uchar *(*my_hash_get_key)(const uchar *arg, size_t *length);
Remove all C-style casting to (my_hash_get_key)

How to repeat:
Read the code.
[2 Dec 2015 14:08] Paul DuBois
Fixed in 5.8.0.

Code cleanup. No changelog entry needed.
[18 Jun 2016 21:34] Omer Barnir
Posted by developer:
 
Reported version value updated to reflect release name change from 5.8 to 8.0