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
9d04a256
Commit
9d04a256
authored
Mar 29, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporarily disable part of the test in ps-protocol. name resolution issues.
see MDEV-5981
parent
0643d1f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
mysql-test/t/view_grant.test
mysql-test/t/view_grant.test
+2
-0
No files found.
mysql-test/t/view_grant.test
View file @
9d04a256
...
...
@@ -2180,6 +2180,7 @@ update mysqltest2.t2 as t2, mysqltest2.v3_merge as v3 set v3.val= 'test17'
update
mysqltest1
.
t11
as
t11
,
mysqltest2
.
v31
as
v31
set
v31
.
val
=
'test18'
where
t11
.
id
=
v31
.
id
;
--
disable_ps_protocol
--
echo
#
--
echo
# C) Finally, check how we handle privilege checking in case when
--
echo
# view is used through another view. Again we will use SECURITY
...
...
@@ -2197,6 +2198,7 @@ update mysqltest1.t11 as t11, mysqltest2.v41 as v4 set v4.val= 'test20'
where
t11
.
id
=
v4
.
id
;
update
mysqltest1
.
t11
as
t11
,
mysqltest2
.
v42
as
v4
set
v4
.
val
=
'test20'
where
t11
.
id
=
v4
.
id
;
--
enable_ps_protocol
--
echo
#
--
echo
# Clean-up.
...
...
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