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:
@ -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;
|
||||
|
Reference in New Issue
Block a user