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
9272e34a
Commit
9272e34a
authored
Oct 17, 2013
by
Vicențiu Ciorbaru
Committed by
Sergei Golubchik
Oct 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor test update to eliminate random row order.
parent
871f6e16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
mysql-test/r/acl_roles_set_role-recursive.result
mysql-test/r/acl_roles_set_role-recursive.result
+2
-4
mysql-test/t/acl_roles_set_role-recursive.test
mysql-test/t/acl_roles_set_role-recursive.test
+2
-2
No files found.
mysql-test/r/acl_roles_set_role-recursive.result
View file @
9272e34a
...
...
@@ -38,9 +38,8 @@ set role test_role1;
show grants;
Grants for test_user@localhost
GRANT USAGE ON *.* TO 'test_user'@'localhost'
select * from mysql.roles_mapping;
select * from mysql.roles_mapping
where HostFk=''
;
HostFk UserFk RoleFk
localhost test_user test_role1
test_role1 test_role2
show grants;
Grants for test_user@localhost
...
...
@@ -68,9 +67,8 @@ set role test_role1;
show grants;
Grants for test_user@localhost
GRANT USAGE ON *.* TO 'test_user'@'localhost'
select * from mysql.roles_mapping;
select * from mysql.roles_mapping
where HostFk=''
;
HostFk UserFk RoleFk
localhost test_user test_role1
test_role1 test_role2
show grants;
Grants for test_user@localhost
...
...
mysql-test/t/acl_roles_set_role-recursive.test
View file @
9272e34a
...
...
@@ -31,7 +31,7 @@ select * from mysql.roles_mapping;
show
grants
;
set
role
test_role1
;
show
grants
;
select
*
from
mysql
.
roles_mapping
;
select
*
from
mysql
.
roles_mapping
where
HostFk
=
''
;
show
grants
;
set
role
none
;
...
...
@@ -50,7 +50,7 @@ select * from mysql.roles_mapping;
show
grants
;
set
role
test_role1
;
show
grants
;
select
*
from
mysql
.
roles_mapping
;
select
*
from
mysql
.
roles_mapping
where
HostFk
=
''
;
show
grants
;
set
role
none
;
...
...
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