summaryrefslogtreecommitdiff
path: root/mysql-test/t/lowercase_table2.test
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-07-05 17:27:37 +0200
committerunknown <kent@mysql.com>2005-07-05 17:27:37 +0200
commitd2119109848ec7129ce5372507f36a7f339cdb1a (patch)
treea57d5e057865335385b15fc2f6360c1ca0b3e825 /mysql-test/t/lowercase_table2.test
parent5842bccf6d3655b2388674ee1133583441dfe5ea (diff)
downloadmariadb-git-d2119109848ec7129ce5372507f36a7f339cdb1a.tar.gz
lowercase_table2.test, lowercase_table2.result:
Use IF EXISTS in initiation section mysql-test/r/lowercase_table2.result: Use IF EXISTS in initiation section mysql-test/t/lowercase_table2.test: Use IF EXISTS in initiation section
Diffstat (limited to 'mysql-test/t/lowercase_table2.test')
-rw-r--r--mysql-test/t/lowercase_table2.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/lowercase_table2.test b/mysql-test/t/lowercase_table2.test
index 5e38c59386d..f5cf292482e 100644
--- a/mysql-test/t/lowercase_table2.test
+++ b/mysql-test/t/lowercase_table2.test
@@ -13,7 +13,7 @@ enable_query_log;
DROP TABLE IF EXISTS t1,t2,t3,t2aA,t1Aa;
DROP DATABASE IF EXISTS `TEST_$1`;
DROP DATABASE IF EXISTS `test_$1`;
-DROP DATABASE mysqltest_LC2;
+DROP DATABASE IF EXISTS mysqltest_LC2;
--enable_warnings
CREATE TABLE T1 (a int);