summaryrefslogtreecommitdiff
path: root/mysql-test/t/drop.test
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-31 12:04:35 +0200
committermonty@mysql.com <>2004-12-31 12:04:35 +0200
commit1bd22faa05c03dfb19916a92266fb5b45768d3f6 (patch)
tree15ba897ee442fcca24c0923eecba6bd94786608f /mysql-test/t/drop.test
parent19f3570ba8cc34fb99e1136b8662b5a0ba859958 (diff)
downloadmariadb-git-1bd22faa05c03dfb19916a92266fb5b45768d3f6.tar.gz
Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flag
This allows use to use INSERT IGNORE ... ON DUPLICATE ...
Diffstat (limited to 'mysql-test/t/drop.test')
-rw-r--r--mysql-test/t/drop.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/drop.test b/mysql-test/t/drop.test
index 88c47803f48..6f0e5b3f14c 100644
--- a/mysql-test/t/drop.test
+++ b/mysql-test/t/drop.test
@@ -2,6 +2,8 @@
--disable_warnings
drop table if exists t1;
drop database if exists mysqltest;
+# If earlier test failed
+drop database if exists client_test_db;
--enable_warnings
--error 1051;