summaryrefslogtreecommitdiff
path: root/mysql-test/r/view_grant.result
diff options
context:
space:
mode:
authorunknown <kaa@polly.local>2007-06-06 21:44:05 +0400
committerunknown <kaa@polly.local>2007-06-06 21:44:05 +0400
commitcf6e5c12d16a40744f0155a23c3d66e1ee5a74f1 (patch)
treeb2cf31bee8eb3a2734a84eb4d1601a68d3f60d5e /mysql-test/r/view_grant.result
parentc59c004c9a298c944c67672e301da8ec435461d6 (diff)
parent3ac87034ca389be09ce80d982f0e13f653f98cb4 (diff)
downloadmariadb-git-cf6e5c12d16a40744f0155a23c3d66e1ee5a74f1.tar.gz
Merge polly.local:/home/kaa/src/maint/bug28895/my50-bug28895
into polly.local:/home/kaa/src/maint/bug28895/my51-bug28895 mysql-test/r/view_grant.result: Auto merged sql/sql_acl.cc: Auto merged
Diffstat (limited to 'mysql-test/r/view_grant.result')
-rw-r--r--mysql-test/r/view_grant.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/view_grant.result b/mysql-test/r/view_grant.result
index 51d131f0044..18b93e1928d 100644
--- a/mysql-test/r/view_grant.result
+++ b/mysql-test/r/view_grant.result
@@ -603,9 +603,9 @@ Warnings:
Note 1449 There is no 'no-such-user'@'localhost' registered
SHOW CREATE VIEW v;
View Create View
-v CREATE ALGORITHM=UNDEFINED DEFINER=`no-such-user`@`localhost` SQL SECURITY DEFINER VIEW `v` AS select `t1`.`a` AS `a` from `t1`
+v CREATE ALGORITHM=UNDEFINED DEFINER=`no-such-user`@`localhost` SQL SECURITY DEFINER VIEW `v` AS select `test`.`t1`.`a` AS `a` from `t1`
Warnings:
-Note 1449 There is no 'no-such-user'@'localhost' registered
+Warning 1356 View 'test.v' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them
SELECT * FROM v;
ERROR HY000: There is no 'no-such-user'@'localhost' registered
DROP VIEW v;