1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Make sure tests drops objects created and restore variables to default

This commit is contained in:
msvensson@pilot.blaudden
2007-03-01 14:16:38 +01:00
parent a49d6c5f51
commit 6b4a71659e
37 changed files with 69 additions and 10 deletions

View File

@ -248,3 +248,5 @@ insert ignore into t1 values(NULL,100),(NULL,110),(NULL,120);
insert ignore into t1 values(NULL,10),(NULL,20),(NULL,110),(NULL,120),(NULL,100),(NULL,90);
insert ignore into t1 values(NULL,130),(NULL,140),(500,110),(550,120),(450,100),(NULL,150);
select * from t1 order by id;
drop table t1;