• Vladislav Vaintroub's avatar
    Fix warning VS2017 15.7 update. · 8ba0eea6
    Vladislav Vaintroub authored
    This previously unreported warning comes from casting size_t to ulong
    in sql_hset.h in Hash_Set::at().
    
    Change my_hash_element to accept size_t index parameter.
    8ba0eea6
hash.c 24.1 KB