summaryrefslogtreecommitdiff
path: root/mysql-test/r/information_schema_db.result
diff options
context:
space:
mode:
authormalff/marcsql@weblab.(none) <>2007-03-06 10:33:10 -0700
committermalff/marcsql@weblab.(none) <>2007-03-06 10:33:10 -0700
commit8643745d3edf68eed46c48649d32918846f18e13 (patch)
tree89e46d1e53cc7db75cbfc56e2cadc40161bebc1e /mysql-test/r/information_schema_db.result
parent3d488d496d66a310de0849ca55be4a6d6ddb7c09 (diff)
parentb216d959bbf41c2a2cc86e874e414dd59c3e8d34 (diff)
downloadmariadb-git-8643745d3edf68eed46c48649d32918846f18e13.tar.gz
Merge weblab.(none):/home/marcsql/TREE/mysql-5.0-8407_b
into weblab.(none):/home/marcsql/TREE/mysql-5.1-8407-merge
Diffstat (limited to 'mysql-test/r/information_schema_db.result')
-rw-r--r--mysql-test/r/information_schema_db.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/information_schema_db.result b/mysql-test/r/information_schema_db.result
index db14b7b6600..2a6a3e6e0fb 100644
--- a/mysql-test/r/information_schema_db.result
+++ b/mysql-test/r/information_schema_db.result
@@ -98,13 +98,13 @@ where table_schema='test';
table_name table_type table_comment
t1 BASE TABLE
v1 VIEW VIEW
-v2 VIEW View 'test.v2' references invalid table(s) or column(s) or function(s) or define
+v2 VIEW VIEW
drop table t1;
select table_name, table_type, table_comment from information_schema.tables
where table_schema='test';
table_name table_type table_comment
-v1 VIEW View 'test.v1' references invalid table(s) or column(s) or function(s) or define
-v2 VIEW View 'test.v2' references invalid table(s) or column(s) or function(s) or define
+v1 VIEW VIEW
+v2 VIEW VIEW
drop function f1;
drop function f2;
drop view v1, v2;