summaryrefslogtreecommitdiff
path: root/mysql-test/t/schema.test
diff options
context:
space:
mode:
authoranozdrin@mysql.com <>2005-12-07 17:17:42 +0300
committeranozdrin@mysql.com <>2005-12-07 17:17:42 +0300
commit5b981a48448d520cdd7c9f9991e5489b06dd319c (patch)
tree763144b950b19c3f90be07331782b4e4629cfc1e /mysql-test/t/schema.test
parente9e782900ffbd8485c6e83f2afe01a966cb41a69 (diff)
parent0ff8f60b45552c7c78221f3e47219feafa63eb62 (diff)
downloadmariadb-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.test6
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;