mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Add a global suppression for O_DIRECT failures
Fixes up commit b8ad6fbd95
This commit is contained in:
@ -4521,6 +4521,7 @@ sub extract_warning_lines ($$) {
|
||||
qr|Linux Native AIO|, # warning that aio does not work on /dev/shm
|
||||
qr|InnoDB: io_setup\(\) attempt|,
|
||||
qr|InnoDB: io_setup\(\) failed with EAGAIN|,
|
||||
qr/InnoDB: Failed to set (O_DIRECT|DIRECTIO_ON) on file/,
|
||||
qr|setrlimit could not change the size of core files to 'infinity';|,
|
||||
qr|feedback plugin: failed to retrieve the MAC address|,
|
||||
qr|Plugin 'FEEDBACK' init function returned error|,
|
||||
|
Reference in New Issue
Block a user