• Davi Arnaut's avatar
    Bug#49491: Much overhead for MD5() and SHA1() on short strings · 60fc7967
    Davi Arnaut authored
    MySQL's hash functions MD5 and SHA relied on the somewhat slow 
    sprintf function to convert the digests to hex representations.
    This patch replaces the sprintf with a specific and inline hex
    conversion function.
    
    Patch contributed by Jan Steemann.
    60fc7967
item_strfunc.cc 90.8 KB