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
75b35a3b
Commit
75b35a3b
authored
Jun 12, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Partially disable a test affected by MDEV-13059
parent
4325041d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
mysql-test/suite/innodb/t/row_format_redundant.test
mysql-test/suite/innodb/t/row_format_redundant.test
+10
-0
No files found.
mysql-test/suite/innodb/t/row_format_redundant.test
View file @
75b35a3b
...
...
@@ -2,6 +2,16 @@
# Embedded mode doesn't allow restarting
--
source
include
/
not_embedded
.
inc
# MDEV-13059 XtraDB hangs on Windows due to failing to release
# block->lock X-latch in innodb_read_only mode
if
(
`SELECT count(*) FROM information_schema.plugins WHERE
plugin_name = 'innodb' AND plugin_status = 'active' AND
plugin_description LIKE '%xtradb%'`
){
if
(
`SELECT @@version_compile_os IN ('Win32','Win64','Windows')`
)
{
skip
MDEV
-
13059
XtraDB
hangs
on
Windows
in
innodb_read_only
mode
;
}
}
create
table
t1
(
a
int
not
null
,
d
varchar
(
15
)
not
null
,
b
varchar
(
198
)
not
null
,
c
char
(
156
),
fulltext
ftsic
(
c
))
engine
=
InnoDB
...
...
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