Fix warning VS2017 15.7 update.
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.
Showing
Please register or sign in to comment