mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
Merge dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.0-opt
into dl145s.mysql.com:/data0/bk/team_tree_merge/MERGE2/mysql-5.1-opt
This commit is contained in:
commit
96181cd2c5
1 changed files with 1 additions and 2 deletions
|
@ -727,8 +727,7 @@ CREATE VIEW v1 AS SELECT * FROM t1;
|
||||||
DROP USER def_17254@localhost;
|
DROP USER def_17254@localhost;
|
||||||
for a user
|
for a user
|
||||||
SELECT * FROM v1;
|
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
|
for a superuser
|
||||||
SELECT * FROM v1;
|
SELECT * FROM v1;
|
||||||
ERROR HY000: There is no 'def_17254'@'localhost' registered
|
ERROR HY000: There is no 'def_17254'@'localhost' registered
|
||||||
|
|
Loading…
Add table
Reference in a new issue