summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-03-04 14:47:33 +0100
committerunknown <serg@serg.mylan>2004-03-04 14:47:33 +0100
commitb5b361f728b7e795e3fa5ae249895af80913f980 (patch)
treea85216bc36c9ae0c6959c8011c06156e186c39cc /mysql-test/t
parenta0d8ab1f77ae6707df8fd820d672f6ea32180587 (diff)
downloadmariadb-git-b5b361f728b7e795e3fa5ae249895af80913f980.tar.gz
drop tables in windows-compatible order
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/merge.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/merge.test b/mysql-test/t/merge.test
index b625e780f1f..76382a9cd99 100644
--- a/mysql-test/t/merge.test
+++ b/mysql-test/t/merge.test
@@ -202,7 +202,7 @@ insert into t4 values (1);
insert into t5 values (2);
create temporary table t6 (a int not null) TYPE=MERGE UNION=(t4,t5);
select * from t6;
-drop table if exists t1, t2, t3, t4, t5, t6;
+drop table if exists t6, t5, t4, t3, t2, t1;
#
# testing merge::records_in_range and optimizer