diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-06-20 14:21:48 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-06-20 14:21:48 +0500 |
commit | 39e7beebcec218be5c40bbb12147e3ec5b85411b (patch) | |
tree | 6fc0add93449b9efd6aaa0452b1173d8d3a119ad /mysql-test/r/metadata.result | |
parent | e5c991055ec6064c608f26b0684e0528b0e9178b (diff) | |
download | mariadb-git-39e7beebcec218be5c40bbb12147e3ec5b85411b.tar.gz |
metadata.test, metadata.result:
Updated test case for bug #28898. Additional cleanup.
mysql-test/t/metadata.test:
Updated test case for bug #28898. Additional cleanup.
mysql-test/r/metadata.result:
Updated test case for bug #28898. Additional cleanup.
Diffstat (limited to 'mysql-test/r/metadata.result')
-rw-r--r-- | mysql-test/r/metadata.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/metadata.result b/mysql-test/r/metadata.result index 283dc8a02ae..4a776b6a253 100644 --- a/mysql-test/r/metadata.result +++ b/mysql-test/r/metadata.result @@ -179,6 +179,6 @@ c1 c2 1 1 2 2 3 3 -DROP VIEW v1; +DROP VIEW v1,v2; DROP TABLE t1,t2; End of 5.0 tests |