diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-29 14:16:58 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-29 14:16:58 +0100 |
commit | 9d04a25604c837ce30d62b0816d73da4959f192c (patch) | |
tree | 25bccedeadf2c409ccf3ee05b281fb2ebdbd19aa /mysql-test/t/view_grant.test | |
parent | 0643d1f3191a387cf99e7c505dde7b829ce2b03d (diff) | |
download | mariadb-git-9d04a25604c837ce30d62b0816d73da4959f192c.tar.gz |
temporarily disable part of the test in ps-protocol. name resolution issues.
see MDEV-5981
Diffstat (limited to 'mysql-test/t/view_grant.test')
-rw-r--r-- | mysql-test/t/view_grant.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/view_grant.test b/mysql-test/t/view_grant.test index 9477f93c94f..8907c726ae3 100644 --- a/mysql-test/t/view_grant.test +++ b/mysql-test/t/view_grant.test @@ -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. |