mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
view_grant.result:
Small fix for a test case mysql-test/r/view_grant.result: Small fix for a test case
This commit is contained in:
parent
004aadd6f7
commit
ea81119367
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue