• Sergei Golubchik's avatar
    Added to Aria better hash for packed numeric data for unique handling. · fba96f7c
    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.
    fba96f7c
m_ctype.h 23.5 KB