mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / funcs_1 / storedproc / cleanup_sp_tb.inc
blobbd41f2dcb16a2daf71f112d6e77c7e1b0f9c0be9
1 --echo
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
7 --disable_warnings
8 DROP DATABASE IF EXISTS db_storedproc;
9 DROP DATABASE IF EXISTS db_storedproc_1;
10 --enable_warnings