summaryrefslogtreecommitdiff
path: root/mysql-test/t/union.test
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-09-05 02:31:11 +0300
committerunknown <monty@mysql.com>2004-09-05 02:31:11 +0300
commit9a63c8e0e468d7a64dcb7e23f4e5c344eebf635b (patch)
tree55690b876ca9820a38795a27dd53ab63a4e2ef9d /mysql-test/t/union.test
parente85e573971088aa7b4179c1a31fbd8ad738b473a (diff)
downloadmariadb-git-9a63c8e0e468d7a64dcb7e23f4e5c344eebf635b.tar.gz
After merge fixes
Diffstat (limited to 'mysql-test/t/union.test')
-rw-r--r--mysql-test/t/union.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/union.test b/mysql-test/t/union.test
index 9248305a750..263f631a65f 100644
--- a/mysql-test/t/union.test
+++ b/mysql-test/t/union.test
@@ -256,7 +256,6 @@ drop temporary table t1;
create table t1 select a from t1 union select a from t2;
--error 1109
select a from t1 union select a from t2 order by t2.a;
-drop table t1; # Drop temporary table
drop table t1,t2;
#