1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix missing test cleanup

This commit is contained in:
knielsen@mysql.com
2006-02-10 10:18:57 +01:00
parent e22d2f1150
commit 1bc91adcef
4 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,7 @@ let $message=<End test section 2 (Tiggers & SP)>;
# First lets cleanup
DROP PROCEDURE test.p2;
DROP PROCEDURE test.p3;
DROP TRIGGER test.t2_ai;
DROP TRIGGER test.t3_bi_t2;
DROP TABLE test.t1;