1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

First drop merge table, then other tables

Docs/manual.texi:
  Updated information about mysql_insert_id()
This commit is contained in:
unknown
2001-09-12 00:11:18 +03:00
parent a278411271
commit a53e8ea0ac
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;