summaryrefslogtreecommitdiff
path: root/mysql-test/t/drop.test
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-07-03 11:55:36 +0300
committermonty@narttu.mysql.fi <>2003-07-03 11:55:36 +0300
commitc21728f8c864c19ac462ded81c276dc08319de03 (patch)
tree4e483a8cee2c75d62005137058f7fc6cf866aaf7 /mysql-test/t/drop.test
parentb41cc923738625ce986966e723adc68dd45b2d09 (diff)
downloadmariadb-git-c21728f8c864c19ac462ded81c276dc08319de03.tar.gz
Cleaner implementation if INSERT ... SELECT with same tables
Tests cleanup (put drop database first in tests)
Diffstat (limited to 'mysql-test/t/drop.test')
-rw-r--r--mysql-test/t/drop.test2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/drop.test b/mysql-test/t/drop.test
index c92f2b1f3b9..2f3fa99bac0 100644
--- a/mysql-test/t/drop.test
+++ b/mysql-test/t/drop.test
@@ -1,5 +1,4 @@
drop table if exists t1;
-drop table if exists t1;
--error 1051;
drop table t1;
create table t1(n int);
@@ -26,7 +25,6 @@ create database mysqltest;
drop database mysqltest;
# test drop/create database and FLUSH TABLES WITH READ LOCK
-drop database if exists mysqltest;
flush tables with read lock;
--error 1209,1223;
create database mysqltest;