1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysys
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
..
2013-09-24 17:28:02 +04:00
2013-12-20 12:42:33 +04:00
2014-08-11 05:45:45 +04:00
2014-08-07 18:06:56 +02:00
2013-06-06 17:51:28 +02:00
2013-07-21 16:39:19 +02:00
2013-03-26 00:03:13 +02:00
2013-03-26 00:03:13 +02:00
2013-07-21 16:39:19 +02:00
2013-02-25 15:26:00 +01:00
2014-08-07 18:06:56 +02:00
2012-01-13 15:50:02 +01:00
2014-02-17 11:00:51 +01:00
2014-02-25 16:04:35 +01:00
2014-01-06 10:52:35 +05:30
2014-02-17 11:00:51 +01:00
2014-02-25 16:04:35 +01:00
2014-01-06 10:52:35 +05:30
2014-02-26 15:28:07 +01:00
2011-06-30 17:46:53 +02:00
2013-07-21 16:39:19 +02:00
2013-07-21 16:39:19 +02:00
2014-02-26 15:28:07 +01:00
2015-01-21 12:03:02 +01:00
2014-01-06 10:52:35 +05:30
2014-01-06 10:52:35 +05:30
2014-02-26 15:28:07 +01:00
2013-03-26 00:03:13 +02:00
2014-02-25 16:04:35 +01:00
2015-06-02 22:07:47 +02:00
2012-01-13 15:50:02 +01:00
2013-11-25 13:01:57 -05:00
2013-08-14 11:12:57 +02:00
2015-06-02 22:07:47 +02:00
2014-01-06 10:52:35 +05:30
2014-02-26 15:28:07 +01:00
2014-01-06 10:52:35 +05:30
2011-06-30 17:46:53 +02:00
2014-01-06 10:52:35 +05:30
2013-02-25 15:26:00 +01:00
2014-01-06 10:52:35 +05:30
2011-05-02 20:58:45 +03:00
2011-06-30 17:46:53 +02:00
2013-07-17 21:24:29 +02:00
2013-07-17 21:24:29 +02:00
2013-07-21 16:39:19 +02:00
2013-09-21 10:14:42 +02:00
2014-02-17 11:00:51 +01:00
2012-04-05 10:49:38 +02:00
2013-07-21 16:39:19 +02:00
2014-12-19 11:35:44 +01:00
2011-06-30 17:46:53 +02:00
2011-06-30 17:46:53 +02:00
2014-02-17 11:00:51 +01:00
2013-06-06 17:51:28 +02:00
2015-06-11 20:20:45 +02:00
2015-08-01 14:56:18 +02:00
2013-03-26 00:03:13 +02:00
2013-03-26 00:03:13 +02:00
2014-01-06 10:52:35 +05:30
2014-01-06 10:52:35 +05:30
2013-03-26 00:03:13 +02:00
2013-07-17 21:24:29 +02:00
2013-08-20 14:48:29 +03:00