diff options
author | unknown <gshchepa/uchum@host.loc> | 2008-03-25 19:44:27 +0400 |
---|---|---|
committer | unknown <gshchepa/uchum@host.loc> | 2008-03-25 19:44:27 +0400 |
commit | d62c9e33ca09125a66f226bf7817dc466a547e91 (patch) | |
tree | f191f31ca0f28e7e71395cfe8c9b85a56cc0f834 /mysql-test/t/information_schema.test | |
parent | 00be93541928b0564f4453578bcbb3e7fc841e15 (diff) | |
download | mariadb-git-d62c9e33ca09125a66f226bf7817dc466a547e91.tar.gz |
information_schema.test, information_schema.result:
Minor test case cleanup after bug#34529.
mysql-test/r/information_schema.result:
Minor test case cleanup after bug#34529.
mysql-test/t/information_schema.test:
Minor test case cleanup after bug#34529.
Diffstat (limited to 'mysql-test/t/information_schema.test')
-rw-r--r-- | mysql-test/t/information_schema.test | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test index 09005a4b145..caf38945cbc 100644 --- a/mysql-test/t/information_schema.test +++ b/mysql-test/t/information_schema.test @@ -1108,8 +1108,6 @@ select * from `information_schema`.`TRIGGERS` where `EVENT_OBJECT_TABLE` = NULL; select * from `information_schema`.`VIEWS` where `TABLE_SCHEMA` = NULL; select * from `information_schema`.`VIEWS` where `TABLE_NAME` = NULL; ---echo End of 5.0 tests. - # # Bug#30079 A check for "hidden" I_S tables is flawed # @@ -1139,3 +1137,7 @@ JOIN character_sets cs ON ( cs.character_set_name = ta.table_catalog ); DROP TABLE test.t1; SET max_heap_table_size = DEFAULT; +USE test; + +--echo End of 5.0 tests. + |