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
f8a1a262
Commit
f8a1a262
authored
Jul 26, 2019
by
Oleksandr Byelkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move the test not suitable for embedded.
parent
cc37250a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
mysql-test/r/plugin.result
mysql-test/r/plugin.result
+1
-2
mysql-test/r/plugin_not_embedded.result
mysql-test/r/plugin_not_embedded.result
+3
-0
mysql-test/t/plugin.test
mysql-test/t/plugin.test
+1
-7
mysql-test/t/plugin_not_embedded.test
mysql-test/t/plugin_not_embedded.test
+8
-0
No files found.
mysql-test/r/plugin.result
View file @
f8a1a262
...
...
@@ -285,5 +285,4 @@ Warnings:
Warning 1300 Invalid utf8 character string: 'F09D8C'
install plugin foo soname 'admin𝌆';
ERROR HY000: No paths allowed for shared library
insert mysql.plugin values ();
delete from mysql.plugin where name = '';
# End of 5.5 test
mysql-test/r/plugin_not_embedded.result
View file @
f8a1a262
...
...
@@ -10,3 +10,6 @@ UNINSTALL PLUGIN example;
DROP USER bug51770@localhost;
INSTALL PLUGIN example SONAME '../ha_example.so';
ERROR HY000: No paths allowed for shared library
insert mysql.plugin values ();
delete from mysql.plugin where name = '';
# End of 5.5 tests
mysql-test/t/plugin.test
View file @
f8a1a262
...
...
@@ -232,10 +232,4 @@ select convert('admin𝌆' using utf8);
--
error
ER_UDF_NO_PATHS
install
plugin
foo
soname
'admin𝌆'
;
#
# Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUP
#
insert
mysql
.
plugin
values
();
source
include
/
restart_mysqld
.
inc
;
delete
from
mysql
.
plugin
where
name
=
''
;
--
echo
# End of 5.5 test
mysql-test/t/plugin_not_embedded.test
View file @
f8a1a262
...
...
@@ -30,3 +30,11 @@ let $path = `select CONCAT_WS('/', '..', '$HA_EXAMPLE_SO')`;
--
error
ER_UDF_NO_PATHS
eval
INSTALL
PLUGIN
example
SONAME
'$path'
;
#
# Bug#27302459: EMPTY VALUE IN MYSQL.PLUGIN TABLE CAUSES SERVER TO EXIT ON STARTUP
#
insert
mysql
.
plugin
values
();
source
include
/
restart_mysqld
.
inc
;
delete
from
mysql
.
plugin
where
name
=
''
;
--
echo
# End of 5.5 tests
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