File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -4521,6 +4521,7 @@ ($$)
4521
4521
qr | Linux Native AIO| , # warning that aio does not work on /dev/shm
4522
4522
qr | InnoDB: io_setup\(\) attempt| ,
4523
4523
qr | InnoDB: io_setup\(\) failed with EAGAIN| ,
4524
+ qr / InnoDB: Failed to set (O_DIRECT|DIRECTIO_ON) on file/ ,
4524
4525
qr | setrlimit could not change the size of core files to 'infinity';| ,
4525
4526
qr | feedback plugin: failed to retrieve the MAC address| ,
4526
4527
qr | Plugin 'FEEDBACK' init function returned error| ,
Original file line number Diff line number Diff line change 1
- --disable_query_log
2
- call mtr.add_suppression("InnoDB: Failed to set .*DIRECT");
3
- # The below mtr suppression to avoid failure in solaris platform.
4
- CALL mtr.add_suppression("\\[ERROR\\] InnoDB: Failed to set DIRECTIO_ON on file.*");
5
- --enable_query_log
6
-
7
1
--source include/not_embedded.inc
8
2
--source include/have_innodb.inc
9
3
--source include/have_symlink.inc
You can’t perform that action at this time.
0 commit comments