summaryrefslogtreecommitdiff
path: root/mysql-test/r/view_grant.result
diff options
context:
space:
mode:
authorunknown <gkodinov@dl145s.mysql.com>2006-11-29 16:34:25 +0100
committerunknown <gkodinov@dl145s.mysql.com>2006-11-29 16:34:25 +0100
commit5ec18e1d4335c565c0732f142f87265f6041e110 (patch)
tree516fdab1ca0a40926c719fdd63d2ac0a87c1e31a /mysql-test/r/view_grant.result
parent56219e755e47dd81e4d75200b312725745c0866e (diff)
parent46d05688887181809b9ba648aa43a3e684e285ba (diff)
downloadmariadb-git-5ec18e1d4335c565c0732f142f87265f6041e110.tar.gz
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0-opt
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.1-opt mysql-test/r/view_grant.result: Auto merged
Diffstat (limited to 'mysql-test/r/view_grant.result')
-rw-r--r--mysql-test/r/view_grant.result3
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/r/view_grant.result b/mysql-test/r/view_grant.result
index b30997600ee..80851d8dd3c 100644
--- a/mysql-test/r/view_grant.result
+++ b/mysql-test/r/view_grant.result
@@ -727,8 +727,7 @@ CREATE VIEW v1 AS SELECT * FROM t1;
DROP USER def_17254@localhost;
for a user
SELECT * FROM v1;
-ERROR 42000: SELECT command denied to user 'inv_17254'@'localhost' for table 'v1
-'
+ERROR 42000: SELECT command denied to user 'inv_17254'@'localhost' for table 'v1'
for a superuser
SELECT * FROM v1;
ERROR HY000: There is no 'def_17254'@'localhost' registered