diff options
author | unknown <monty@tik.mysql.fi> | 2001-09-12 00:11:18 +0300 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2001-09-12 00:11:18 +0300 |
commit | a53e8ea0ac4f7d53297b7942febf04e02d8c3b54 (patch) | |
tree | 232e45a7f1b949aa887095fad827cbbb1363c92a /mysql-test | |
parent | a278411271b00f0f1c8b49eb659dbeffa4cfce10 (diff) | |
download | mariadb-git-a53e8ea0ac4f7d53297b7942febf04e02d8c3b54.tar.gz |
First drop merge table, then other tables
Docs/manual.texi:
Updated information about mysql_insert_id()
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; |