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