• Sergei Golubchik's avatar
    Added to Aria better hash for packed numeric data for unique handling. · ef6e25b2
    Sergei Golubchik authored
    This was needed as the old code caused us to have LOTS of duplicate
    hash values when used by optimizer.
    
    include/m_ctype.h:
      Made my_hash_sort_bin() exernal
    storage/maria/ma_unique.c:
      Better hash for packed numeric data for unique handling.
      This was needed as the old code caused us to have LOTS
      of duplicate hash values when used by optimizer.
    ef6e25b2
ma_unique.c 7.16 KB