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
66afb5ec
Commit
66afb5ec
authored
May 17, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-16172: Enable skipped tests
parent
4c7608ae
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
46 deletions
+0
-46
mysql-test/main/alter_table.test
mysql-test/main/alter_table.test
+0
-4
mysql-test/main/partition_innodb.test
mysql-test/main/partition_innodb.test
+0
-4
mysql-test/suite/handler/innodb.test
mysql-test/suite/handler/innodb.test
+0
-5
mysql-test/suite/innodb/t/innodb_bug13510739.test
mysql-test/suite/innodb/t/innodb_bug13510739.test
+0
-4
mysql-test/suite/innodb/t/tmpdir.test
mysql-test/suite/innodb/t/tmpdir.test
+0
-5
mysql-test/suite/innodb_fts/r/fulltext2.result
mysql-test/suite/innodb_fts/r/fulltext2.result
+0
-1
mysql-test/suite/innodb_fts/r/fulltext_var.result
mysql-test/suite/innodb_fts/r/fulltext_var.result
+0
-1
mysql-test/suite/innodb_fts/t/fulltext2.test
mysql-test/suite/innodb_fts/t/fulltext2.test
+0
-8
mysql-test/suite/innodb_fts/t/fulltext_var.test
mysql-test/suite/innodb_fts/t/fulltext_var.test
+0
-9
mysql-test/suite/rpl/t/rpl_mdev382.test
mysql-test/suite/rpl/t/rpl_mdev382.test
+0
-5
No files found.
mysql-test/main/alter_table.test
View file @
66afb5ec
if
(
`select plugin_auth_version < "5.6.26" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
XtraDB
below
5.6
.
26
}
--
source
include
/
have_innodb
.
inc
#
# Test of alter table
...
...
mysql-test/main/partition_innodb.test
View file @
66afb5ec
if
(
`select plugin_auth_version < "5.6.25" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
as
of
5.6
.
24
or
earlier
}
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_partition
.
inc
--
source
include
/
have_innodb
.
inc
...
...
mysql-test/suite/handler/innodb.test
View file @
66afb5ec
...
...
@@ -9,11 +9,6 @@
# rename t/innodb_handler.test to t/handler_innodb.test
#
if
(
`select plugin_auth_version < "5.6.15" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
before
5.6
.
15
}
--
source
include
/
have_innodb
.
inc
let
$engine_type
=
InnoDB
;
...
...
mysql-test/suite/innodb/t/innodb_bug13510739.test
View file @
66afb5ec
...
...
@@ -2,10 +2,6 @@
# Bug#13510739 63775: SERVER CRASH ON HANDLER READ NEXT AFTER DELETE RECORD.
#
if
(
`select plugin_auth_version < "5.6.15" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
before
5.6
.
15
}
--
source
include
/
have_innodb
.
inc
CREATE
TABLE
bug13510739
(
c
INTEGER
NOT
NULL
,
PRIMARY
KEY
(
c
))
ENGINE
=
INNODB
;
...
...
mysql-test/suite/innodb/t/tmpdir.test
View file @
66afb5ec
--
source
include
/
have_innodb
.
inc
--
source
include
/
count_sessions
.
inc
if
(
`select plugin_auth_version <= "5.6.28-MariaDB-76.1" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
XtraDB
as
of
5.6
.
28
-
MariaDB
-
76.1
or
earlier
}
--
echo
#
--
echo
# Bug #19183565 CREATE DYNAMIC INNODB_TMPDIR VARIABLE TO CONTROL
--
echo
# WHERE INNODB WRITES TEMP FILES
...
...
mysql-test/suite/innodb_fts/r/fulltext2.result
View file @
66afb5ec
DROP TABLE IF EXISTS t1;
CREATE TABLE t1 (
i int(10) unsigned not null auto_increment primary key,
a varchar(255) not null,
...
...
mysql-test/suite/innodb_fts/r/fulltext_var.result
View file @
66afb5ec
drop table if exists t1;
show variables like "ft\_%";
Variable_name Value
ft_boolean_syntax + -><()~*:""&|
...
...
mysql-test/suite/innodb_fts/t/fulltext2.test
View file @
66afb5ec
...
...
@@ -7,14 +7,6 @@
#
--
source
include
/
have_innodb
.
inc
--
disable_warnings
DROP
TABLE
IF
EXISTS
t1
;
--
enable_warnings
if
(
`select plugin_auth_version <= "5.6.10" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
5.6
.
10
or
earlier
}
CREATE
TABLE
t1
(
i
int
(
10
)
unsigned
not
null
auto_increment
primary
key
,
...
...
mysql-test/suite/innodb_fts/t/fulltext_var.test
View file @
66afb5ec
...
...
@@ -3,15 +3,6 @@
#
--
source
include
/
have_innodb
.
inc
--
disable_warnings
drop
table
if
exists
t1
;
--
enable_warnings
if
(
`select plugin_auth_version <= "5.6.10" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
5.6
.
10
or
earlier
}
# Save ft_boolean_syntax variable
let
$saved_ft_boolean_syntax
=
`select @@global.ft_boolean_syntax`
;
...
...
mysql-test/suite/rpl/t/rpl_mdev382.test
View file @
66afb5ec
...
...
@@ -2,11 +2,6 @@
--
source
include
/
have_binlog_format_statement
.
inc
--
source
include
/
master
-
slave
.
inc
if
(
`select plugin_auth_version <= "5.6.10" from information_schema.plugins where plugin_name='innodb'`
)
{
--
skip
Not
fixed
in
InnoDB
5.6
.
10
or
earlier
}
# MDEV-382: multiple SQL injections in replication code.
# Test previous SQL injection attack against binlog for SAVEPOINT statement.
...
...
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