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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
01faff02
Commit
01faff02
authored
Jul 28, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable the test for MDEV-6351 on embedded
parent
a6071cc5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
mysql-test/r/plugin_loaderr.result
mysql-test/r/plugin_loaderr.result
+1
-1
mysql-test/t/plugin_loaderr.test
mysql-test/t/plugin_loaderr.test
+3
-1
No files found.
mysql-test/r/plugin_loaderr.result
View file @
01faff02
...
@@ -9,5 +9,5 @@ PLUGIN_LIBRARY NULL
...
@@ -9,5 +9,5 @@ PLUGIN_LIBRARY NULL
PLUGIN_LIBRARY_VERSION NULL
PLUGIN_LIBRARY_VERSION NULL
LOAD_OPTION ON
LOAD_OPTION ON
#
#
# MDEV-6351 -
-
-plugin=force has no effect for built-in plugins
# MDEV-6351 --plugin=force has no effect for built-in plugins
#
#
mysql-test/t/plugin_loaderr.test
View file @
01faff02
--
source
include
/
not_embedded
.
inc
# We used an invalid command-line option and InnoDB failed to start.
# We used an invalid command-line option and InnoDB failed to start.
# Ignore all related warnings
# Ignore all related warnings
call
mtr
.
add_suppression
(
"InnoDB"
);
call
mtr
.
add_suppression
(
"InnoDB"
);
...
@@ -9,7 +11,7 @@ PLUGIN_NAME,PLUGIN_STATUS,PLUGIN_TYPE,PLUGIN_LIBRARY,PLUGIN_LIBRARY_VERSION,LOAD
...
@@ -9,7 +11,7 @@ PLUGIN_NAME,PLUGIN_STATUS,PLUGIN_TYPE,PLUGIN_LIBRARY,PLUGIN_LIBRARY_VERSION,LOAD
FROM
INFORMATION_SCHEMA
.
PLUGINS
WHERE
plugin_name
=
'innodb'
;
FROM
INFORMATION_SCHEMA
.
PLUGINS
WHERE
plugin_name
=
'innodb'
;
--
echo
#
--
echo
#
--
echo
# MDEV-6351 -
-
-plugin=force has no effect for built-in plugins
--
echo
# MDEV-6351 --plugin=force has no effect for built-in plugins
--
echo
#
--
echo
#
--
exec
echo
"wait"
>
$MYSQLTEST_VARDIR
/
tmp
/
mysqld
.
1.
expect
--
exec
echo
"wait"
>
$MYSQLTEST_VARDIR
/
tmp
/
mysqld
.
1.
expect
--
shutdown_server
--
shutdown_server
...
...
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