diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-02-25 16:18:24 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-02-25 16:18:24 +0400 |
commit | 89fbca28135f6e0bc4998381c08a9028f671ca1d (patch) | |
tree | 78432ddf9a28f4d3cc0d72eee420edd6979efd1d /mysql-test/r/information_schema_db.result | |
parent | da3c4375cfe9530c04525ff6694e5f59f354c144 (diff) | |
parent | 5d2fc5335411bdd05a08a9b062d3441d4308dcaa (diff) | |
download | mariadb-git-89fbca28135f6e0bc4998381c08a9028f671ca1d.tar.gz |
5.0-bugteam->5.1-bugteam merge
Diffstat (limited to 'mysql-test/r/information_schema_db.result')
-rw-r--r-- | mysql-test/r/information_schema_db.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/information_schema_db.result b/mysql-test/r/information_schema_db.result index 83b8217b570..475839569c7 100644 --- a/mysql-test/r/information_schema_db.result +++ b/mysql-test/r/information_schema_db.result @@ -200,7 +200,7 @@ Field Type Null Key Default Extra f1 char(4) YES NULL show create view v2; View Create View character_set_client collation_connection -v2 CREATE ALGORITHM=UNDEFINED DEFINER=`testdb_2`@`localhost` SQL SECURITY DEFINER VIEW `test`.`v2` AS select `v1`.`f1` AS `f1` from `testdb_1`.`v1` latin1 latin1_swedish_ci +v2 CREATE ALGORITHM=UNDEFINED DEFINER=`testdb_2`@`localhost` SQL SECURITY DEFINER VIEW `v2` AS select `v1`.`f1` AS `f1` from `testdb_1`.`v1` latin1 latin1_swedish_ci show create view testdb_1.v1; ERROR 42000: SHOW VIEW command denied to user 'testdb_2'@'localhost' for table 'v1' select table_name from information_schema.columns a |