mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
Cache size is truncated via 32bit ulong in ha_init_key_cache() and ha_resize_key_cache() This change fixes the cast to size_t instead of ulong. This cast is safe, because key_buffer_size parameter is limited to SIZE_T_MAX
138 KiB
138 KiB