mirror of
https://github.com/MariaDB/server.git
synced 2025-07-07 06:01:31 +03:00
10 lines
296 B
PHP
10 lines
296 B
PHP
let $message= --source suite/funcs_1/storedproc/cleanup_sp_tb.inc;
|
|
--source include/show_msg80.inc
|
|
|
|
# called both to cleanup possibly existing data before and after the SP tests
|
|
|
|
--disable_warnings
|
|
DROP DATABASE IF EXISTS db_storedproc;
|
|
DROP DATABASE IF EXISTS db_storedproc_1;
|
|
--enable_warnings
|