diff options
author | unknown <monty@hundin.mysql.fi> | 2001-09-12 23:54:22 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-09-12 23:54:22 +0300 |
commit | c88dd9b291cf7fe9086102d74d255f4b880d1486 (patch) | |
tree | a1113c56652cc8609f61548a39b493926e4d06ad /mysql-test | |
parent | 93a15f452eb08eab559b12b1947cfae71fc628f5 (diff) | |
parent | 76989cf55c016a9d8619f582f753444241a4d934 (diff) | |
download | mariadb-git-c88dd9b291cf7fe9086102d74d255f4b880d1486.tar.gz |
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/merge.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/merge.test b/mysql-test/t/merge.test index 6820242d562..238dd599664 100644 --- a/mysql-test/t/merge.test +++ b/mysql-test/t/merge.test @@ -113,4 +113,4 @@ insert into t1 values (1,2),(2,1),(0,0),(4,4),(5,5),(6,6); insert into t2 values (1,1),(2,2),(0,0),(4,4),(5,5),(6,6); flush tables; select * from t3 where a=1 order by b limit 2; -drop table t1,t2,t3; +drop table t3,t1,t2; |