mirror of
https://github.com/MariaDB/server.git
synced 2025-06-04 18:03:14 +03:00
server failure in different, confusing ways InnoDB fails to free the buffer pool instance mutex and zip mutex If the allocation of buffer pool instance chunk fails. So it leads to freeing of buffer pool before freeing the mutexes and leads to double freeing of memory while freeing the mutex during shutdown.
8 lines
435 B
Plaintext
8 lines
435 B
Plaintext
call mtr.add_suppression("InnoDB: Cannot allocate memory for the buffer pool");
|
|
call mtr.add_suppression("InnoDB: Plugin initialization aborted at srv0start.cc.*");
|
|
call mtr.add_suppression("Plugin 'InnoDB' init function returned error.");
|
|
call mtr.add_suppression("Plugin 'InnoDB' registration as a STORAGE ENGINE failed.");
|
|
#
|
|
# MDEV-25019 memory allocation failures during startup cause server failure in different, confusing ways
|
|
#
|