summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gkodinov@dl145s.mysql.com>2006-11-29 16:32:13 +0100
committerunknown <gkodinov@dl145s.mysql.com>2006-11-29 16:32:13 +0100
commit46d05688887181809b9ba648aa43a3e684e285ba (patch)
treeca1c69b08e10e461877e3f4f2c66982f8f3c7339
parent5e4dc47a62c7e3c810cfd7f19f6b756f65a112bc (diff)
parentea81119367f263307adb19481d87597796976a3e (diff)
downloadmariadb-git-46d05688887181809b9ba648aa43a3e684e285ba.tar.gz
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0-opt
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0-opt
-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 422d6c5faaf..1e8aa1d05db 100644
--- a/mysql-test/r/view_grant.result
+++ b/mysql-test/r/view_grant.result
@@ -725,8 +725,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