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
5efb8f16
Commit
5efb8f16
authored
Dec 18, 2015
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filter out unix-socket from unrelated test cases
parent
3402f7a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/suite/plugins/r/auth_v0100.result
mysql-test/suite/plugins/r/auth_v0100.result
+2
-3
mysql-test/suite/plugins/t/auth_v0100.test
mysql-test/suite/plugins/t/auth_v0100.test
+2
-1
mysql-test/t/mysqld--help.test
mysql-test/t/mysqld--help.test
+1
-1
No files found.
mysql-test/suite/plugins/r/auth_v0100.result
View file @
5efb8f16
install soname 'auth_0x0100';
select plugin_name, plugin_type_version from information_schema.plugins where plugin_type='authentication' order by plugin_name;
select plugin_name, plugin_type_version from information_schema.plugins where
plugin_type='authentication' and plugin_library is not null order by plugin_name;
plugin_name plugin_type_version
auth_0x0100 1.0
mysql_native_password 2.0
mysql_old_password 2.0
create user tt identified via auth_0x0100;
grant select on test.* to zzzzzzzzzzzzzzzz;
connect(localhost,tt,,test,MASTER_MYPORT,MASTER_MYSOCK);
...
...
mysql-test/suite/plugins/t/auth_v0100.test
View file @
5efb8f16
...
...
@@ -6,7 +6,8 @@ if (!$AUTH_0X0100_SO) {
install
soname
'auth_0x0100'
;
select
plugin_name
,
plugin_type_version
from
information_schema
.
plugins
where
plugin_type
=
'authentication'
order
by
plugin_name
;
select
plugin_name
,
plugin_type_version
from
information_schema
.
plugins
where
plugin_type
=
'authentication'
and
plugin_library
is
not
null
order
by
plugin_name
;
create
user
tt
identified
via
auth_0x0100
;
grant
select
on
test
.*
to
zzzzzzzzzzzzzzzz
;
...
...
mysql-test/t/mysqld--help.test
View file @
5efb8f16
...
...
@@ -30,7 +30,7 @@ perl;
thread
-
concurrency
super
-
large
-
pages
mutex
-
deadlock
-
detector
connect
null
-
audit
aria
oqgraph
sphinx
thread
-
handling
test
-
sql
-
discovery
rpl
-
semi
-
sync
query
-
cache
-
info
query
-
response
-
time
metadata
-
lock
-
info
locales
/
;
query
-
response
-
time
metadata
-
lock
-
info
locales
unix
-
socket
/
;
# And substitute the content some environment variables with their
# names:
...
...
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