1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-27 05:41:41 +03:00
Files
mariadb/storage/myisam
Monty 4cb0d43ac6 MDEV-28054 Various crashes upon INSERT/UPDATE after changing Aria settings
The cause of the crash was that test was setting
aria_sort_buffer_size to MAX_LONG_LONG, which caused an overflow in
my_malloc() when trying to allocate the buffer + 8 bytes.

Fixed by reducing max size of sort_buffer for Aria and MyISAM

Other things:
- Added code in maria_repair_parallell() to not allocate a big sort buffer
  for small files.
- Updated size of minumim sort buffer in Aria
2023-05-02 23:37:10 +03:00
..
2020-06-23 03:24:46 +02:00
2019-05-11 21:29:06 +03:00
2019-05-14 17:18:46 +03:00
2021-10-13 11:38:21 +03:00
2019-05-11 22:19:05 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 22:19:05 +03:00
2020-04-22 14:45:55 +03:00
2019-05-11 21:29:06 +03:00
2019-05-13 17:54:04 +03:00
2019-05-11 22:19:05 +03:00
2019-05-11 21:29:06 +03:00
2019-05-19 20:55:37 +02:00
2020-11-03 14:49:17 +02:00
2019-05-11 21:29:06 +03:00
2023-01-03 16:10:02 +02:00
2019-05-11 21:29:06 +03:00
2019-05-14 17:18:46 +03:00
2020-03-20 18:12:17 +02:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-14 17:18:46 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 22:19:05 +03:00
2019-05-11 21:29:06 +03:00
2019-05-14 17:18:46 +03:00
2019-05-11 22:19:05 +03:00
2022-09-19 13:30:52 +03:00
2019-05-14 17:18:46 +03:00
2019-05-14 17:18:46 +03:00
2022-10-05 10:09:49 +03:00
2019-10-02 20:21:30 +04:00
2021-04-20 12:30:09 +03:00
2019-05-11 22:19:05 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 21:29:06 +03:00
2019-05-11 22:19:05 +03:00
2019-05-11 21:29:06 +03:00
2019-05-13 17:54:04 +03:00
2021-08-23 16:51:16 +03:00
2019-09-25 10:14:33 +03:00
2019-05-11 21:29:06 +03:00
2019-05-14 17:18:46 +03:00