1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

First drop merge table, then other tables

This commit is contained in:
monty@tik.mysql.fi
2001-09-12 00:11:18 +03:00
parent b68923066b
commit 46f944f4a4
2 changed files with 15 additions and 4 deletions

View File

@ -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;