mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
5979dcf95b
- Few of test case should make sure that InnoDB does hit the debug sync point during startup of the server. InnoDB can remove the double quotes of debug point in restart parameters.
9 lines
573 B
Text
9 lines
573 B
Text
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
|
|
#
|
|
# restart: --debug_dbug=+d,ib_buf_chunk_init_fails
|
|
FOUND 1 /\[ERROR\] InnoDB: Cannot allocate memory for the buffer pool/ in mysqld.1.err
|