diff options
author | unknown <evgen@moonbone.local> | 2006-11-29 18:12:08 +0300 |
---|---|---|
committer | unknown <evgen@moonbone.local> | 2006-11-29 18:12:08 +0300 |
commit | ea81119367f263307adb19481d87597796976a3e (patch) | |
tree | c8d37e05f0255c26318988e113b682b27e80f51c /mysql-test/r/view_grant.result | |
parent | 004aadd6f716e2bdd055a2518b50bd8d13e961e8 (diff) | |
download | mariadb-git-ea81119367f263307adb19481d87597796976a3e.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/view_grant.result')
-rw-r--r-- | mysql-test/r/view_grant.result | 3 |
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 |