1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Cleanup test cases that leaves "stuff" behind

This commit is contained in:
msvensson@neptunus.(none)
2006-04-18 18:10:47 +02:00
parent 030de4f912
commit 3f683e2ba4
14 changed files with 19 additions and 9 deletions

View File

@@ -949,7 +949,7 @@ insert into t1 values
create function f2() returns int return (select max(b) from t2);
insert into t2 select a, f2() from t1;
load data infile '../std_data_ln/words.dat' into table t1 (a) set b:= f1();
drop table t1;
drop table t1, t2;
drop function f1;
drop function f2;
DROP TABLE IF EXISTS t1;