mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed warning from innodb.create_isl_with_direct if have_symlink is disabled
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_symlink.inc
|
||||
|
||||
--disable_query_log
|
||||
CALL mtr.add_suppression(".*Failed to set O_DIRECT on file.*");
|
||||
|
||||
call mtr.add_suppression("InnoDB: Failed to set .*DIRECT");
|
||||
# The below mtr suppression to avoid failure in solaris platform.
|
||||
CALL mtr.add_suppression("\\[ERROR\\] InnoDB: Failed to set DIRECTIO_ON on file.*");
|
||||
--enable_query_log
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_innodb.inc
|
||||
--source include/have_symlink.inc
|
||||
|
||||
SHOW VARIABLES LIKE 'innodb_flush_method';
|
||||
|
||||
let MYSQLD_DATADIR=`SELECT @@datadir`;
|
||||
|
Reference in New Issue
Block a user