diff options
author | anozdrin@mysql.com <> | 2005-12-07 17:17:42 +0300 |
---|---|---|
committer | anozdrin@mysql.com <> | 2005-12-07 17:17:42 +0300 |
commit | 5b981a48448d520cdd7c9f9991e5489b06dd319c (patch) | |
tree | 763144b950b19c3f90be07331782b4e4629cfc1e /mysql-test/t/schema.test | |
parent | e9e782900ffbd8485c6e83f2afe01a966cb41a69 (diff) | |
parent | 0ff8f60b45552c7c78221f3e47219feafa63eb62 (diff) | |
download | mariadb-git-5b981a48448d520cdd7c9f9991e5489b06dd319c.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-sp-vars-merge-2
Diffstat (limited to 'mysql-test/t/schema.test')
-rw-r--r-- | mysql-test/t/schema.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/schema.test b/mysql-test/t/schema.test index d9bd607b2db..a08d9b38935 100644 --- a/mysql-test/t/schema.test +++ b/mysql-test/t/schema.test @@ -1,6 +1,12 @@ # # Just a couple of tests to make sure that schema works. # +# Drop mysqltest1 database, as it can left from the previous tests. +# + +--disable_warnings +drop database if exists mysqltest1; +--enable_warnings create schema foo; show create schema foo; |