summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorunknown <evgen@moonbone.local>2006-11-29 18:12:08 +0300
committerunknown <evgen@moonbone.local>2006-11-29 18:12:08 +0300
commit10cd0df57bd8886d58831f06ece03f92b2cf27e6 (patch)
treec8d37e05f0255c26318988e113b682b27e80f51c /mysql-test/r
parent801361398ef9513f60805aba571bb8b31e4bcad1 (diff)
downloadmariadb-git-10cd0df57bd8886d58831f06ece03f92b2cf27e6.tar.gz
view_grant.result:
Small fix for a test case mysql-test/r/view_grant.result: Small fix for a test case
Diffstat (limited to 'mysql-test/r')
-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