From ea81119367f263307adb19481d87597796976a3e Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Nov 2006 18:12:08 +0300 Subject: view_grant.result: Small fix for a test case mysql-test/r/view_grant.result: Small fix for a test case --- mysql-test/r/view_grant.result | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mysql-test/r/view_grant.result') 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 -- cgit v1.2.1