diff options
author | unknown <msvensson@neptunus.(none)> | 2006-05-10 21:35:05 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-05-10 21:35:05 +0200 |
commit | fad18fe995e1801bdb243b50141278726c931abf (patch) | |
tree | 16da222d350c8ed1edfcf49bc1a86ba33abe3be8 /mysql-test/t/trigger.test | |
parent | 1f5189294a64050cdd5ed8134c5532ba9596ef37 (diff) | |
download | mariadb-git-fad18fe995e1801bdb243b50141278726c931abf.tar.gz |
Add missing drop table
Diffstat (limited to 'mysql-test/t/trigger.test')
-rw-r--r-- | mysql-test/t/trigger.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/trigger.test b/mysql-test/t/trigger.test index cacb4b43e4e..f13a94513b6 100644 --- a/mysql-test/t/trigger.test +++ b/mysql-test/t/trigger.test @@ -1113,6 +1113,7 @@ insert into t2 select a, f2() from t1; load data infile '../std_data_ln/words.dat' into table t1 (a) set b:= f1(); drop function f1; drop function f2; +drop table t1, t2; # # Test for bug #16021 "Wrong index given to function in trigger" which |