diff options
author | monty@mysql.com <> | 2004-12-31 12:04:35 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-12-31 12:04:35 +0200 |
commit | 1bd22faa05c03dfb19916a92266fb5b45768d3f6 (patch) | |
tree | 15ba897ee442fcca24c0923eecba6bd94786608f /mysql-test/t/drop.test | |
parent | 19f3570ba8cc34fb99e1136b8662b5a0ba859958 (diff) | |
download | mariadb-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.test | 2 |
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; |