MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cleanup_sp_tb.inc
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
8 DROP DATABASE IF EXISTS db_storedproc;
9 DROP DATABASE IF EXISTS db_storedproc_1;
10 --enable_warnings