Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b8ad6fbd
Commit
b8ad6fbd
authored
Nov 28, 2022
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warning from innodb.create_isl_with_direct if have_symlink is disabled
parent
f208f6fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
mysql-test/suite/innodb/t/create_isl_with_direct.test
mysql-test/suite/innodb/t/create_isl_with_direct.test
+5
-6
No files found.
mysql-test/suite/innodb/t/create_isl_with_direct.test
View file @
b8ad6fbd
--
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`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment