1--echo
2--echo --source suite/funcs_1/storedproc/cleanup_sp_tb.inc
3--echo --------------------------------------------------------------------------------
4
5# called both to cleanup possibly existing data before and after the SP tests
6
7--disable_warnings
8DROP DATABASE IF EXISTS db_storedproc;
9DROP DATABASE IF EXISTS db_storedproc_1;
10--enable_warnings
11