1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/storage
Monty afa9cb7519 Fixed overrun in key cache if one tried to allocate a key cache
of more than 45G with a key_cache_block_size of 1024 or less.

The problem was that some of the arguments to my_multi_malloc() got to be
more than 4G.

Fix:
- Inntroduced my_multi_malloc_large() that can handle big regions.
- Changed MyISAM and Aria key caches to use my_multi_malloc_large().

I didn't change the default my_multi_malloc() as this would be a too big
patch and we don't allocate 4G blocks anywhere else.
2015-08-13 01:27:23 +03:00
..
2014-10-09 10:30:11 +02:00
2015-05-04 22:00:24 +02:00
2015-06-11 20:20:35 +02:00
2014-10-09 10:30:11 +02:00
2015-06-11 20:20:35 +02:00
2014-10-09 10:30:11 +02:00
2015-06-11 20:20:35 +02:00
2015-06-11 20:20:35 +02:00