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

perform explicit cleanup

add missing opt file
This commit is contained in:
acurtis/antony@xiphis.org/ltamd64.xiphis.org
2007-09-08 11:56:55 -07:00
parent d8d199c469
commit 5558f69d62
5 changed files with 24 additions and 6 deletions

View File

@@ -33,3 +33,5 @@ SET del_count = del_count - 2;
END WHILE;
END|
CALL test.proc_norm();
DROP PROCEDURE test.proc_norm;
DROP TABLE test.regular_tbl;