diff options
author | unknown <tnurnberg@mysql.com/salvation.intern.azundris.com> | 2006-08-07 04:13:05 +0200 |
---|---|---|
committer | unknown <tnurnberg@mysql.com/salvation.intern.azundris.com> | 2006-08-07 04:13:05 +0200 |
commit | 3212394a54e56789f39b58e09da5fe22fc83309a (patch) | |
tree | 54c16b95a1307134fe887e7398c1444c6aced342 /mysql-test | |
parent | 20d0a277c21859b75df269f66abbf5928cd16943 (diff) | |
download | mariadb-git-3212394a54e56789f39b58e09da5fe22fc83309a.tar.gz |
grant.result:
manual merge
mysql-test/r/grant.result:
manual merge
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/grant.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/grant.result b/mysql-test/r/grant.result index c45eb9d20d9..7df3d8d496d 100644 --- a/mysql-test/r/grant.result +++ b/mysql-test/r/grant.result @@ -897,10 +897,10 @@ v_ny CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER SHOW CREATE VIEW mysqltest2.v_ny; View Create View v_ny CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `mysqltest2`.`v_ny` AS select `mysqltest2`.`t_nn`.`c1` AS `c1` from `mysqltest2`.`t_nn` -SHOW CREATE VIEW mysqltest3.t_nn; -ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't_nn' SHOW CREATE TABLE mysqltest3.t_nn; ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't_nn' +SHOW CREATE VIEW mysqltest3.t_nn; +ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 't_nn' SHOW CREATE VIEW mysqltest3.v_nn; ERROR 42000: SELECT command denied to user 'mysqltest_1'@'localhost' for table 'v_nn' SHOW CREATE TABLE mysqltest3.v_nn; |